Skip to content

Commit 0b1390a

Browse files
Merge pull request #15 from geerteltink/feat/psr
Allow latest psr/* dependencies
2 parents 324f538 + 7a2c44b commit 0b1390a

File tree

2 files changed

+27
-42
lines changed

2 files changed

+27
-42
lines changed

composer.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"config": {
2121
"allow-plugins": {
22+
"composer/package-versions-deprecated": true,
2223
"dealerdirect/phpcodesniffer-composer-installer": true
2324
},
2425
"platform": {
@@ -34,14 +35,15 @@
3435
"require": {
3536
"php": "^7.4 || ~8.0.0 || ~8.1.0",
3637
"mezzio/mezzio-authentication": "^1.0",
37-
"psr/container": "^1.0",
38+
"psr/container": "^1.0 || ^2.0",
3839
"psr/http-factory": "^1.0",
3940
"psr/http-message": "^1.0.1"
4041
},
4142
"require-dev": {
42-
"laminas/laminas-coding-standard": "~2.3",
43-
"phpunit/phpunit": "^9.5.8",
44-
"psalm/plugin-phpunit": "^0.16"
43+
"laminas/laminas-coding-standard": "~2.3.0",
44+
"phpunit/phpunit": "^9.5.11",
45+
"psalm/plugin-phpunit": "^0.16.1",
46+
"vimeo/psalm": "^4.17.0"
4547
},
4648
"autoload": {
4749
"psr-4": {

composer.lock

+21-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)