Skip to content

Commit ccf644c

Browse files
authored
Merge pull request #12 from geerteltink/feat/psr
Allow latest `psr/*` dependencies, drop PHP 7.3 support
2 parents e88e7f8 + d3ba95c commit ccf644c

File tree

3 files changed

+192
-256
lines changed

3 files changed

+192
-256
lines changed

.laminas-ci.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,26 @@
2121
"forum": "https://discourse.laminas.dev"
2222
},
2323
"config": {
24-
"sort-packages": true
24+
"sort-packages": true,
25+
"allow-plugins": {
26+
"dealerdirect/phpcodesniffer-composer-installer": true
27+
}
2528
},
2629
"extra": {
2730
"laminas": {
2831
"config-provider": "Mezzio\\Csrf\\ConfigProvider"
2932
}
3033
},
3134
"require": {
32-
"php": "^7.3 || ~8.0.0 || ~8.1.0",
35+
"php": "^7.4 || ~8.0.0 || ~8.1.0",
3336
"mezzio/mezzio-session": "^1.0",
34-
"psr/container": "^1.0|^2.0",
37+
"psr/container": "^1.0 || ^2.0",
3538
"psr/http-server-middleware": "^1.0"
3639
},
3740
"require-dev": {
38-
"laminas/laminas-coding-standard": "~2.2.0",
39-
"mezzio/mezzio-flash": "^1.0",
40-
"phpunit/phpunit": "^9.3"
41+
"laminas/laminas-coding-standard": "~2.3.0",
42+
"mezzio/mezzio-flash": "^1.3",
43+
"phpunit/phpunit": "^9.5.11"
4144
},
4245
"conflict": {
4346
"phpspec/prophecy": "<1.7.2",

0 commit comments

Comments
 (0)