Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Feb 25, 2022
1 parent 6788737 commit 2dd0659
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@
"ext-yaml": "Needed to support YAML configuration files."
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"laminas/laminas-dependency-plugin": true,
"laminas/laminas-component-installer": true
}
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2dd0659

Please sign in to comment.