Giter Site home page Giter Site logo

Declaration of Slim\Psr7\Uri::withScheme($scheme) must be compatible with Psr\Http\Message\UriInterface::withScheme(string $scheme): Psr\Http\Message\UriInterface about slim-psr7 HOT 7 OPEN

george-slastnoy avatar george-slastnoy commented on May 27, 2024
Declaration of Slim\Psr7\Uri::withScheme($scheme) must be compatible with Psr\Http\Message\UriInterface::withScheme(string $scheme): Psr\Http\Message\UriInterface

from slim-psr7.

Comments (7)

l0gicgate avatar l0gicgate commented on May 27, 2024

What version of PSR are you using?

from slim-psr7.

george-slastnoy avatar george-slastnoy commented on May 27, 2024

Thanks for reply. How to check PSR version?
I see now that the URI interface of the psr/http-message package is newer, the composer shows version 1.1. Link to zip:
https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba

from slim-psr7.

george-slastnoy avatar george-slastnoy commented on May 27, 2024

Also, there is psr/http-message version 2.0. We have 2 psr/http-message packages (one that came with a product we use, the other one came with a particular module of this application, but both of them are, I think, of April 2023).

from slim-psr7.

george-slastnoy avatar george-slastnoy commented on May 27, 2024

I think the problem is that there are no type hints.

from slim-psr7.

george-slastnoy avatar george-slastnoy commented on May 27, 2024

The active package is 2.0. Now the slim/psr7 package lacks function parameter and return hints.

from slim-psr7.

willy-opale avatar willy-opale commented on May 27, 2024

It's a big problem for us too. For now we have to freeze psr/http-message to version 1.1 although all of our other dependencies (like Symfony and Laminas) allow 2.0. The only dependency still stuck @ 1.1 is Slim. Thankfully, other dependencies also allow version 1 (^1.1 || ^2.0) but it's a matter of time until ^2.0 will be the minimum for a package. This will probably force us to move everything to Symfony, because they would never allow such an old version to rot in their source code for too long.

from slim-psr7.

clownmeister avatar clownmeister commented on May 27, 2024

Here is a workaround. Shouldn't really be used in production tho. I believe the pipeline is failing.

Hey so I started using `"slim/psr7": "dev-master#08dbc65964bf2c1fb0fe54256322a272cd02596b as 1.6.1",` as a workaround but only for some dev testing. 
We are kind of forced to stop using slim because of this. We will slowly make a transition to do so.

Note to the devs: Please try to release current master if possible

Originally posted by @clownmeister in #296 (comment)

from slim-psr7.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.