Skip to content

Commit

Permalink
Merge pull request #13 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 7, 2022
2 parents 1e4aada + 15893e7 commit 1e371e8
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 249 deletions.
5 changes: 0 additions & 5 deletions .laminas-ci.json

This file was deleted.

17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,28 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"laminas": {
"config-provider": "Mezzio\\Authorization\\ConfigProvider"
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-authentication": "^1.0",
"psr/container": "^1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-authentication": "^1.3",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"phpspec/prophecy": "^1.12",
"laminas/laminas-coding-standard": "~2.3.0",
"phpspec/prophecy": "^v1.15.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.5.11"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit 1e371e8

Please sign in to comment.