Skip to content

Commit 1e371e8

Browse files
authored
Merge pull request #13 from geerteltink/feat/psr
Allow latest `psr/*` dependencies
2 parents 1e4aada + 15893e7 commit 1e371e8

File tree

3 files changed

+180
-249
lines changed

3 files changed

+180
-249
lines changed

.laminas-ci.json

-5
This file was deleted.

composer.json

+10-7
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,28 @@
2020
"forum": "https://discourse.laminas.dev"
2121
},
2222
"config": {
23-
"sort-packages": true
23+
"sort-packages": true,
24+
"allow-plugins": {
25+
"dealerdirect/phpcodesniffer-composer-installer": true
26+
}
2427
},
2528
"extra": {
2629
"laminas": {
2730
"config-provider": "Mezzio\\Authorization\\ConfigProvider"
2831
}
2932
},
3033
"require": {
31-
"php": "^7.3 || ~8.0.0 || ~8.1.0",
32-
"mezzio/mezzio-authentication": "^1.0",
33-
"psr/container": "^1.0",
34+
"php": "^7.4 || ~8.0.0 || ~8.1.0",
35+
"mezzio/mezzio-authentication": "^1.3",
36+
"psr/container": "^1.0 || ^2.0",
3437
"psr/http-message": "^1.0.1",
3538
"psr/http-server-middleware": "^1.0"
3639
},
3740
"require-dev": {
38-
"laminas/laminas-coding-standard": "~2.2.0",
39-
"phpspec/prophecy": "^1.12",
41+
"laminas/laminas-coding-standard": "~2.3.0",
42+
"phpspec/prophecy": "^v1.15.0",
4043
"phpspec/prophecy-phpunit": "^2.0",
41-
"phpunit/phpunit": "^9.3"
44+
"phpunit/phpunit": "^9.5.11"
4245
},
4346
"conflict": {
4447
"container-interop/container-interop": "<1.2.0",

0 commit comments

Comments
 (0)