Skip to content

Commit

Permalink
Fix composer.json CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 12, 2021
1 parent a1eacc7 commit 17a4107
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "atk4/ui",
"type": "library",
"description": "Agile UI - Web Component Framework written in PHP",
"license": "MIT",
"type": "library",
"keywords": [
"framework",
"ui",
Expand All @@ -15,9 +16,7 @@
"grid",
"crud"
],
"homepage": "https://github.com/atk4/ui",
"version": "dev-develop",
"license": "MIT",
"authors": [
{
"name": "Romans Malinovskis",
Expand Down Expand Up @@ -52,6 +51,7 @@
"homepage": "https://xsystems.io/"
}
],
"homepage": "https://github.com/atk4/ui",
"require": {
"php": ">=7.4 <8.2",
"atk4/data": "dev-develop"
Expand Down Expand Up @@ -79,9 +79,8 @@
"symfony/css-selector": "^4.4.24 || ^5.2.9",
"symfony/process": "^4.4.30 || ^5.3.7"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Atk4\\Ui\\": "src/"
Expand All @@ -92,6 +91,7 @@
"Atk4\\Ui\\Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
"config": {
"sort-packages": true
}
}

0 comments on commit 17a4107

Please sign in to comment.