Skip to content

Commit

Permalink
allow composer/package-versions-deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Sep 29, 2022
1 parent abfc58c commit a737a81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
}
],
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"require" : {
"php": "^7.1|^8.0"
Expand Down

0 comments on commit a737a81

Please sign in to comment.