Skip to content

Commit

Permalink
[Composer] Disabled all plugins by default (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 authored Feb 15, 2023
1 parent cbca368 commit b6a7ea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"dev-master": "2.3.x-dev"
}
},
"config": {
"allow-plugins": false
},
"scripts": {
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
"check-cs": "@fix-cs --dry-run",
Expand Down

0 comments on commit b6a7ea2

Please sign in to comment.