Skip to content

Commit

Permalink
Update laminas-diactoros to ^3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed May 4, 2023
1 parent 567ac16 commit d335b29
Show file tree
Hide file tree
Showing 2 changed files with 1,996 additions and 1,920 deletions.
27 changes: 14 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": false
},
"platform": {
"php": "8.0.99"
Expand All @@ -35,7 +36,7 @@
"php": "~8.0 || ~8.1 || ~8.2",
"ext-json": "*",
"dflydev/fig-cookies": "^2.0||^3.0",
"laminas/laminas-diactoros": "^2.19",
"laminas/laminas-diactoros": "^2.25.2 || ^3.0",
"mezzio/mezzio": "^3.13",
"mezzio/mezzio-helpers": "^5.10",
"mezzio/mezzio-router": "^3.9",
Expand All @@ -47,24 +48,24 @@
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0.1",
"psr/http-factory": "^1.0.1",
"psr/http-message": "^1.0.1",
"psr/http-message": "^1.0.1 || ^2.0",
"psr/http-server-handler": "^1.0.1",
"psr/http-server-middleware": "^1.0.1"
},
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"helmich/phpunit-psr7-assert": "^4.3",
"laminas/laminas-config-aggregator": "^1.11",
"laminas/laminas-servicemanager": "^3.19.0",
"helmich/phpunit-psr7-assert": "^4.4",
"laminas/laminas-config-aggregator": "^1.13",
"laminas/laminas-servicemanager": "^3.20",
"lctrs/psalm-psr-container-plugin": "^1.8",
"mezzio/mezzio-fastroute": "^3.7",
"php-http/curl-client": "^2.2.1",
"php-http/mock-client": "^1.5",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.3",
"mezzio/mezzio-fastroute": "^3.8",
"php-http/curl-client": "^2.3",
"php-http/mock-client": "^1.5.1",
"phpunit/phpunit": "^9.6.7",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^4.29"
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^4.30"
},
"extra": {
"laminas": {
Expand Down
Loading

0 comments on commit d335b29

Please sign in to comment.