Skip to content

Commit

Permalink
feature #1122 allow psr/http-message v2 (LordSimal)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.11.x-dev branch.

Discussion
----------

Modern frameworks like CakePHP 5 [require psr/http-message v2](https://github.com/cakephp/cakephp/blob/5.x/composer.json#L37)

Commits
-------

2a3a71b allow psr/http-message v2
  • Loading branch information
acrobat committed Sep 30, 2023
2 parents a9c261e + 2a3a71b commit ee9bc59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"psr/cache": "^1.0|^2.0|^3.0",
"psr/http-client-implementation": "^1.0",
"psr/http-factory-implementation": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"symfony/polyfill-php80": "^1.17",
"symfony/deprecation-contracts": "^2.2|^3.0"
},
Expand Down Expand Up @@ -58,7 +58,8 @@
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"php-http/discovery": true
}
}
}

0 comments on commit ee9bc59

Please sign in to comment.