Skip to content

Commit

Permalink
Add allow-plugins in composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Jan 4, 2022
1 parent 416aa5c commit cad3e98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"sort-packages": true,
"platform": {
"php": "7.3.12"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/flex": true
}
},
"autoload": {
Expand Down

0 comments on commit cad3e98

Please sign in to comment.