Skip to content

Commit

Permalink
Normalize composer.json (bamarni#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jul 10, 2022
1 parent 3ebe2c4 commit 679a7b9
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "bamarni/composer-bin-plugin",
"type": "composer-plugin",
"description": "No conflicts for your bin dependencies",
"license": "MIT",
"type": "composer-plugin",
"keywords": [
"composer",
"dependency",
Expand All @@ -10,30 +11,21 @@
"conflict",
"executable"
],
"license": "MIT",
"require": {
"php": "^7.2.5 || ^8.0",
"composer-plugin-api": "^2.0"
},
"require-dev": {
"ext-json": "*",
"composer/composer": "^2.0",
"ergebnis/composer-normalize": "~2.9 || ^2.28",
"php-cs-fixer/shim": "^3.8",
"phpstan/extension-installer": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/console": "^5.4.7 || ^6.0.7",
"symfony/finder": "^5.4.7 || ^6.0.7",
"symfony/process": "^5.4.7 || ^6.0.7"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"extra": {
"class": "Bamarni\\Composer\\Bin\\Plugin"
},
"autoload": {
"psr-4": {
"Bamarni\\Composer\\Bin\\": "src"
Expand All @@ -43,5 +35,15 @@
"psr-4": {
"Bamarni\\Composer\\Bin\\Tests\\": "tests"
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"ergebnis/composer-normalize": true
},
"sort-packages": true
},
"extra": {
"class": "Bamarni\\Composer\\Bin\\Plugin"
}
}

0 comments on commit 679a7b9

Please sign in to comment.