Skip to content

Commit

Permalink
Merge pull request #15 from geerteltink/feat/psr
Browse files Browse the repository at this point in the history
Allow latest psr/* dependencies
  • Loading branch information
weierophinney authored Apr 7, 2022
2 parents 324f538 + 7a2c44b commit 0b1390a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 42 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
Expand All @@ -34,14 +35,15 @@
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-authentication": "^1.0",
"psr/container": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3",
"phpunit/phpunit": "^9.5.8",
"psalm/plugin-phpunit": "^0.16"
"laminas/laminas-coding-standard": "~2.3.0",
"phpunit/phpunit": "^9.5.11",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.17.0"
},
"autoload": {
"psr-4": {
Expand Down
59 changes: 21 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b1390a

Please sign in to comment.