Skip to content

Commit

Permalink
Merge pull request #19 from geerteltink/feat/psr
Browse files Browse the repository at this point in the history
Allow latest `psr/*` dependencies
  • Loading branch information
Ocramius committed Jan 6, 2022
2 parents 8ba1bcf + ed3ba9a commit 6e231cd
Show file tree
Hide file tree
Showing 2 changed files with 618 additions and 529 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.4"
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
},
"extra": {
Expand All @@ -31,21 +32,21 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-router": "^3.0",
"psr/container": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.2.0",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-diactoros": "^2.5.0",
"mockery/mockery": "^1.4.2",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.2",
"phpunit/phpunit": "^9.5.11",
"psalm/plugin-phpunit": "^0.15.1",
"vimeo/psalm": "^4.7"
"vimeo/psalm": "^4.17"
},
"suggest": {
"ext-json": "If you wish to use the JsonStrategy with BodyParamsMiddleware"
Expand Down
Loading

0 comments on commit 6e231cd

Please sign in to comment.