Skip to content

Commit

Permalink
Merge pull request #12 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 e88e7f8 + d3ba95c commit ccf644c
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 256 deletions.
5 changes: 0 additions & 5 deletions .laminas-ci.json

This file was deleted.

15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,26 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"laminas": {
"config-provider": "Mezzio\\Csrf\\ConfigProvider"
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-session": "^1.0",
"psr/container": "^1.0|^2.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"mezzio/mezzio-flash": "^1.0",
"phpunit/phpunit": "^9.3"
"laminas/laminas-coding-standard": "~2.3.0",
"mezzio/mezzio-flash": "^1.3",
"phpunit/phpunit": "^9.5.11"
},
"conflict": {
"phpspec/prophecy": "<1.7.2",
Expand Down
Loading

0 comments on commit ccf644c

Please sign in to comment.