Skip to content

Commit

Permalink
Normalize composer.json to new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Dec 12, 2021
1 parent 78b124d commit 00724a1
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,8 +1,8 @@
{
"name": "lmc/coding-standard",
"type": "library",
"description": "Coding standard used in LMC projects",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "LMC s.r.o.",
Expand All @@ -25,12 +25,7 @@
"phpstan/phpstan-phpunit": "^1.0.0",
"phpunit/phpunit": "^9.5.2"
},
"config": {
"preferred-install": {
"squizlabs/php_codesniffer": "source"
},
"sort-packages": true
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"Lmc\\CodingStandard\\": "src/"
Expand All @@ -41,7 +36,12 @@
"Lmc\\CodingStandard\\": "tests/"
}
},
"prefer-stable": true,
"config": {
"preferred-install": {
"squizlabs/php_codesniffer": "source"
},
"sort-packages": true
},
"scripts": {
"all": [
"@lint",
Expand Down

0 comments on commit 00724a1

Please sign in to comment.