|
1 | 1 | {
|
2 | 2 | "name": "aplus/aplus",
|
3 |
| - "type": "library", |
4 | 3 | "description": "Aplus Command Line Tool",
|
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
5 | 6 | "keywords": [
|
6 | 7 | "aplus",
|
7 | 8 | "cli",
|
|
10 | 11 | "preload",
|
11 | 12 | "tool"
|
12 | 13 | ],
|
13 |
| - "homepage": "https://aplus-framework.com/packages/aplus", |
14 |
| - "license": "MIT", |
15 | 14 | "authors": [
|
16 | 15 | {
|
17 | 16 | "name": "Natan Felles",
|
18 | 17 | "email": "natanfelles@gmail.com",
|
19 | 18 | "homepage": "https://natanfelles.github.io"
|
20 | 19 | }
|
21 | 20 | ],
|
| 21 | + "homepage": "https://aplus-framework.com/packages/aplus", |
| 22 | + "support": { |
| 23 | + "email": "support@aplus-framework.com", |
| 24 | + "issues": "https://gitlab.com/aplus-framework/aplus/issues", |
| 25 | + "forum": "https://aplus-framework.com/forum", |
| 26 | + "source": "https://gitlab.com/aplus-framework/aplus", |
| 27 | + "docs": "https://docs.aplus-framework.com/guides/aplus/" |
| 28 | + }, |
| 29 | + "funding": [ |
| 30 | + { |
| 31 | + "type": "Aplus Sponsor", |
| 32 | + "url": "https://aplus-framework.com/sponsor" |
| 33 | + } |
| 34 | + ], |
22 | 35 | "require": {
|
23 | 36 | "php": ">=8.0",
|
24 | 37 | "ext-posix": "*",
|
|
34 | 47 | "phpstan/phpstan": "^0.12",
|
35 | 48 | "phpunit/phpunit": "^9.5"
|
36 | 49 | },
|
37 |
| - "config": { |
38 |
| - "optimize-autoloader": true, |
39 |
| - "preferred-install": "dist", |
40 |
| - "sort-packages": true |
41 |
| - }, |
| 50 | + "minimum-stability": "dev", |
| 51 | + "prefer-stable": true, |
42 | 52 | "autoload": {
|
43 | 53 | "psr-4": {
|
44 | 54 | "Aplus\\": "src/"
|
|
49 | 59 | "Tests\\": "tests/"
|
50 | 60 | }
|
51 | 61 | },
|
52 |
| - "minimum-stability": "dev", |
53 |
| - "prefer-stable": true, |
54 | 62 | "bin": [
|
55 | 63 | "bin/aplus"
|
56 | 64 | ],
|
57 |
| - "support": { |
58 |
| - "email": "support@aplus-framework.com", |
59 |
| - "issues": "https://gitlab.com/aplus-framework/aplus/issues", |
60 |
| - "forum": "https://aplus-framework.com/forum/packages/aplus", |
61 |
| - "source": "https://gitlab.com/aplus-framework/aplus", |
62 |
| - "docs": "https://docs.aplus-framework.com/guides/aplus/" |
63 |
| - }, |
64 |
| - "funding": [ |
65 |
| - { |
66 |
| - "type": "Aplus Sponsor", |
67 |
| - "url": "https://aplus-framework.com/sponsor" |
68 |
| - } |
69 |
| - ] |
| 65 | + "config": { |
| 66 | + "optimize-autoloader": true, |
| 67 | + "preferred-install": "dist", |
| 68 | + "sort-packages": true |
| 69 | + } |
70 | 70 | }
|
0 commit comments