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, drop PHP 7.3 support
  • Loading branch information
Ocramius authored Jan 7, 2022
2 parents 9549a8b + 5a03d25 commit fe89400
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 319 deletions.
5 changes: 0 additions & 5 deletions .laminas-ci.json

This file was deleted.

23 changes: 13 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,30 @@
"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\\Acl\\ConfigProvider"
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-permissions-acl": "^2.6",
"mezzio/mezzio-authorization": "^1.0",
"mezzio/mezzio-router": "^3.0",
"psr/container": "^1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-permissions-acl": "^2.9",
"mezzio/mezzio-authorization": "^1.2",
"mezzio/mezzio-router": "^3.8",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"laminas/laminas-servicemanager": "^3.3",
"phpspec/prophecy": "^1.12",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-servicemanager": "^3.10",
"phpspec/prophecy": "^1.15",
"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 fe89400

Please sign in to comment.