You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have "^1.1 || ^2.0" as the requirement instead?
Version 2.0 ( php-fig/http-message@1.1...2.0 ) of psr/http-message has explicit return type typing which is better. Both versions 1.1 & 2.0 of psr/http-message require PHP 7.2 or 8.0.
The text was updated successfully, but these errors were encountered:
I just updated Slim PHP which included this PR (#3302). I had several issues due to the added return types, so I would consider this a breaking change. Maybe this should be noted in the Changelogs?
I noticed that version 1.1 of psr/http-message is what has been required in the composer.json (
Slim/composer.json
Line 51 in fdb6d61
Is it possible to have "^1.1 || ^2.0" as the requirement instead?
Version 2.0 ( php-fig/http-message@1.1...2.0 ) of psr/http-message has explicit return type typing which is better. Both versions 1.1 & 2.0 of psr/http-message require PHP 7.2 or 8.0.
The text was updated successfully, but these errors were encountered: