-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow psr/http-message v2 #234
Conversation
e707b2b
to
5a5a72b
Compare
PR is ready, tests will still pass after php-http/psr7-integration-tests#68 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im happy with this.
Just waiting on php-http/psr7-integration-tests#68
2b30957
to
6ef3a4a
Compare
PR updated and rebased. |
e087722
to
634154b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR green, running with PSR-7 v2.
"php-http/message-factory": "^1.0", | ||
"psr/http-factory": "^1.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^7.5 || 8.5 || 9.4", | ||
"php-http/psr7-integration-tests": "^1.0", | ||
"php-http/psr7-integration-tests": "^1.0@dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line looks desirable to me: testing with @dev
for the test suite means anticipating any unreleased issue with them.
I reran the CI, it is all green. Let's merge |
Instead of #223 to not bump to PHP 7.2 when not needed.
Requires php-http/psr7-integration-tests#68