Skip to content

Commit 17a4107

Browse files
committed
Fix composer.json CS
1 parent a1eacc7 commit 17a4107

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "atk4/ui",
3-
"type": "library",
43
"description": "Agile UI - Web Component Framework written in PHP",
4+
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"framework",
78
"ui",
@@ -15,9 +16,7 @@
1516
"grid",
1617
"crud"
1718
],
18-
"homepage": "https://github.com/atk4/ui",
1919
"version": "dev-develop",
20-
"license": "MIT",
2120
"authors": [
2221
{
2322
"name": "Romans Malinovskis",
@@ -52,6 +51,7 @@
5251
"homepage": "https://xsystems.io/"
5352
}
5453
],
54+
"homepage": "https://github.com/atk4/ui",
5555
"require": {
5656
"php": ">=7.4 <8.2",
5757
"atk4/data": "dev-develop"
@@ -79,9 +79,8 @@
7979
"symfony/css-selector": "^4.4.24 || ^5.2.9",
8080
"symfony/process": "^4.4.30 || ^5.3.7"
8181
},
82-
"config": {
83-
"sort-packages": true
84-
},
82+
"minimum-stability": "dev",
83+
"prefer-stable": true,
8584
"autoload": {
8685
"psr-4": {
8786
"Atk4\\Ui\\": "src/"
@@ -92,6 +91,7 @@
9291
"Atk4\\Ui\\Tests\\": "tests/"
9392
}
9493
},
95-
"minimum-stability": "dev",
96-
"prefer-stable": true
94+
"config": {
95+
"sort-packages": true
96+
}
9797
}

0 commit comments

Comments
 (0)