Skip to content

Commit

Permalink
Merge pull request #85 from weierophinney/bugfix/remove-unneeded-pack…
Browse files Browse the repository at this point in the history
…age-versions

Do not require composer/package-versions-deprecated
  • Loading branch information
Ocramius authored Jan 6, 2022
2 parents 458a57c + 2417ec1 commit 6c06802
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 181 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
},
"extra": {
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"composer/package-versions-deprecated": "^1.11",
"dflydev/fig-cookies": "^2.0.1 || ^3.0",
"laminas/laminas-cli": "^0.1.5 || ^1.0",
"laminas/laminas-diactoros": "^1.8 || ^2.0",
Expand Down
Loading

0 comments on commit 6c06802

Please sign in to comment.