Skip to content

Commit

Permalink
Merge pull request #16 from geerteltink/feat/psr
Browse files Browse the repository at this point in the history
Allow latest psr/* dependencies
  • Loading branch information
Ocramius committed Jan 22, 2022
2 parents c323692 + 651ae6b commit 1ee4c1f
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 374 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,24 @@
"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": {
"laminas": {
"config-provider": "Mezzio\\Router\\FastRouteRouter\\ConfigProvider"
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"fig/http-message-util": "^1.1.2",
"laminas/laminas-stdlib": "^2.0 || ^3.1",
"mezzio/mezzio-router": "^3.7",
"nikic/fast-route": "^1.2",
"psr/container": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 1ee4c1f

Please sign in to comment.