security-jwt-service-provider icon indicating copy to clipboard operation
security-jwt-service-provider copied to clipboard

Pimple 3.2.x support

Open mantis opened this issue 8 years ago • 2 comments

It looks like the composer.json needs to be updated to support the current versions of pimple being pushed out:

  • Installation request for cnam/security-jwt-service-provider ^2.1 -> satisfiable by cnam/security-jwt-service-provider[2.1.1]
  • cnam/security-jwt-service-provider 2.1.1 requires pimple/pimple 3.0.* -> no matching package found.

mantis avatar Jul 22 '17 18:07 mantis

+1

I've just implemented it without the pimple 3.0 restriction and it works perfectly well.

anibalsanchez avatar Aug 08 '17 14:08 anibalsanchez

I'm getting this error requiring cnam/security-jwt-service-provider:2.1.1

  Problem 1
    - Installation request for cnam/security-jwt-service-provider ~2.1.1 -> satisfiable by cnam/security-jwt-service-provider[2.1.1].
    - Conclusion: remove pimple/pimple v3.2.2
    - Conclusion: don't install pimple/pimple v3.2.2
    - cnam/security-jwt-service-provider 2.1.1 requires pimple/pimple 3.0.* -> satisfiable by pimple/pimple[v3.0.0, v3.0.1, v3.0.2].
    - Can only install one of: pimple/pimple[v3.0.0, v3.2.2].
    - Can only install one of: pimple/pimple[v3.0.1, v3.2.2].
    - Can only install one of: pimple/pimple[v3.0.2, v3.2.2].
    - Installation request for pimple/pimple (locked at v3.2.2) -> satisfiable by pimple/pimple[v3.2.2].

I think still having problem with pimple 3.2.

tsantos84 avatar Sep 15 '17 12:09 tsantos84