Skip to content
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

Using old guzzlehttp/psr7 #99

Closed
leeyuentuen opened this issue Jul 4, 2022 · 2 comments
Closed

Using old guzzlehttp/psr7 #99

leeyuentuen opened this issue Jul 4, 2022 · 2 comments

Comments

@leeyuentuen
Copy link

Hi,
I need to use the old guzzlehttp/psr7 package (1.8.3) guzzle/psr7#489 (comment)
but after the latest update of security advisories it required 1.8.4

which gives me now the error:

#11 36.60 - Root composer.json requires guzzlehttp/psr7 1.8.3 -> satisfiable by guzzlehttp/psr7[1.8.3].
#11 36.60 - roave/security-advisories dev-master conflicts with roave/security-advisories dev-master.
#11 36.60 - Root composer.json requires roave/security-advisories dev-master -> satisfiable by roave/security-advisories[dev-master].

@Ocramius
Copy link
Member

Ocramius commented Jul 4, 2022

@leeyuentuen this package is explicitly designed to deny usage of insecure versions of a library: that's its core feature.

@leeyuentuen
Copy link
Author

leeyuentuen commented Jul 4, 2022

@leeyuentuen this package is explicitly designed to deny usage of insecure versions of a library: that's its core feature.

indeed, I saw it, we will make the change at our side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants