Skip to content

Commit 2f6a538

Browse files
committed
Update composer
1 parent e39b7cd commit 2f6a538

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

composer.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "aplus/aplus",
3-
"type": "library",
43
"description": "Aplus Command Line Tool",
4+
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"aplus",
78
"cli",
@@ -10,15 +11,27 @@
1011
"preload",
1112
"tool"
1213
],
13-
"homepage": "https://aplus-framework.com/packages/aplus",
14-
"license": "MIT",
1514
"authors": [
1615
{
1716
"name": "Natan Felles",
1817
"email": "natanfelles@gmail.com",
1918
"homepage": "https://natanfelles.github.io"
2019
}
2120
],
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+
],
2235
"require": {
2336
"php": ">=8.0",
2437
"ext-posix": "*",
@@ -34,11 +47,8 @@
3447
"phpstan/phpstan": "^0.12",
3548
"phpunit/phpunit": "^9.5"
3649
},
37-
"config": {
38-
"optimize-autoloader": true,
39-
"preferred-install": "dist",
40-
"sort-packages": true
41-
},
50+
"minimum-stability": "dev",
51+
"prefer-stable": true,
4252
"autoload": {
4353
"psr-4": {
4454
"Aplus\\": "src/"
@@ -49,22 +59,12 @@
4959
"Tests\\": "tests/"
5060
}
5161
},
52-
"minimum-stability": "dev",
53-
"prefer-stable": true,
5462
"bin": [
5563
"bin/aplus"
5664
],
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+
}
7070
}

0 commit comments

Comments
 (0)