Skip to content

Commit 63f843f

Browse files
committed
Update composer
1 parent b91bc9d commit 63f843f

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

composer.json

+25-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,33 @@
11
{
22
"name": "aplus/framework",
3-
"type": "library",
43
"description": "Aplus Framework",
4+
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"aplus",
78
"framework"
89
],
9-
"homepage": "https://aplus-framework.com",
10-
"license": "MIT",
1110
"authors": [
1211
{
1312
"name": "Natan Felles",
1413
"email": "natanfelles@gmail.com",
1514
"homepage": "https://natanfelles.github.io"
1615
}
1716
],
17+
"homepage": "https://aplus-framework.com/packages/framework",
18+
"support": {
19+
"email": "support@aplus-framework.com",
20+
"issues": "https://gitlab.com/aplus-framework/framework/issues",
21+
"forum": "https://aplus-framework.com/forum",
22+
"source": "https://gitlab.com/aplus-framework/framework",
23+
"docs": "https://docs.aplus-framework.com/guides/framework/"
24+
},
25+
"funding": [
26+
{
27+
"type": "Aplus Sponsor",
28+
"url": "https://aplus-framework.com/sponsor"
29+
}
30+
],
1831
"require": {
1932
"php": ">=8.0",
2033
"aplus/crypto": "dev-master",
@@ -25,17 +38,14 @@
2538
},
2639
"require-dev": {
2740
"ext-xdebug": "*",
28-
"aplus/coding-standard": "^1.11",
29-
"ergebnis/composer-normalize": "^2.15",
30-
"phpmd/phpmd": "^2.10",
41+
"aplus/coding-standard": "^1.12",
42+
"ergebnis/composer-normalize": "^2.18",
43+
"phpmd/phpmd": "^2.11",
3144
"phpstan/phpstan": "^0.12",
3245
"phpunit/phpunit": "^9.5"
3346
},
34-
"config": {
35-
"optimize-autoloader": true,
36-
"preferred-install": "dist",
37-
"sort-packages": true
38-
},
47+
"minimum-stability": "dev",
48+
"prefer-stable": true,
3949
"autoload": {
4050
"classmap": [
4151
"src/Aplus.php"
@@ -46,13 +56,9 @@
4656
"Tests\\": "tests"
4757
}
4858
},
49-
"minimum-stability": "dev",
50-
"prefer-stable": true,
51-
"support": {
52-
"email": "support@aplus-framework.com",
53-
"issues": "https://gitlab.com/aplus-framework/framework/issues",
54-
"wiki": "https://gitlab.com/aplus-framework/framework/wikis/home",
55-
"source": "https://gitlab.com/aplus-framework/framework",
56-
"docs": "https://docs.aplus-framework.com"
59+
"config": {
60+
"optimize-autoloader": true,
61+
"preferred-install": "dist",
62+
"sort-packages": true
5763
}
5864
}

0 commit comments

Comments
 (0)