-
Notifications
You must be signed in to change notification settings - Fork 42
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
chore: add testrun for "psr/http-message" v2 #159
base: 1.x
Are you sure you want to change the base?
Conversation
I do not know how to fix the changes between slim 3 and 4. |
i am a bit afraid of testing with a dev version. could we just remove slim from require-dev and add it with composer commands in the github ci for some builds but not all? and have the tests that depend on slim skip if slim is not available? |
Yes of course. Maybe they will release a new version? But i would suggest that the breaking-changes should be fixed first. |
slim has tagged a release. can you please rebase this branch onto 1.x and push again? then we can see what problems remain. |
9bedc3f
to
764a2c6
Compare
@dbu Thanks |
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.
@Chris53897 do you have updates on this one? anything blocking, or did you just not find time to continue?
run: | | ||
rm src/MessageFactory/SlimMessageFactory.php src/StreamFactory/SlimStreamFactory.php src/UriFactory/SlimUriFactory.php spec/MessageFactory/SlimMessageFactorySpec.php spec/StreamFactory/SlimStreamFactorySpec.php spec/UriFactory/SlimUriFactorySpec.php | ||
composer remove --dev "slim/slim" --no-interaction --no-update | ||
composer require "psr/http-message:^2.0" --no-interaction --no-update |
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.
should we not keep this test around?
see #158
Just for testing the CI