Skip to content

Commit

Permalink
chore: normalized composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Jan 28, 2024
1 parent 10e0d0f commit 9c368f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"symfony/flex": true,
"symfony/runtime": true,
"bamarni/composer-bin-plugin": true
"symfony/runtime": true
},
"sort-packages": true
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.0.*"
},
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"symfony": {
"allow-contrib": false,
"require": "7.0.*"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c368f2

Please sign in to comment.