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

Laravel 8.0 release not installable #32

Closed
Schnoop opened this issue Sep 8, 2020 · 6 comments
Closed

Laravel 8.0 release not installable #32

Schnoop opened this issue Sep 8, 2020 · 6 comments

Comments

@Schnoop
Copy link

Schnoop commented Sep 8, 2020

As php-coveralls is currently not supporting Guzzle 7.0, which is a requirement for Laravel 8.0, this package is not installable at the moment.
php-coveralls/php-coveralls#287

@pl38
Copy link

pl38 commented Sep 29, 2020

Coveralls seems to have updated php-coveralls/php-coveralls#288 any chance of an update as I also cannot get it to install as present.

@poseso
Copy link

poseso commented Oct 4, 2020

Please add support to Laravel 8

@nickfls
Copy link

nickfls commented Oct 5, 2020

As far as I can tell (guzzlehttp/guzzle version 7.01 is laravel 8 dependency):
is

composer prohibits guzzlehttp/guzzle 7.0.1 -t

guzzlehttp/guzzle 6.5.5 Guzzle is a PHP HTTP client library
├──divineomega/psr-18-guzzle-adapter v1.0.0 (requires guzzlehttp/guzzle ^6.3)
│  └──divineomega/password_exposed v3.1.1 (requires divineomega/psr-18-guzzle-adapter ^1.0)
│     └──divineomega/laravel-password-exposed-validation-rule v2.3.0 (requires divineomega/password_exposed ^3.0.1)
│        └──langleyfoxall/laravel-nist-password-rules v4.3.0 (requires divineomega/laravel-password-exposed-validation-rule ^2.3.0)
│           └──[my repo] dev-laravel-8 (requires langleyfoxall/laravel-nist-password-rules ^4.3)
└──paragonie/certainty v2.7.0 (requires guzzlehttp/guzzle ^6)
   └──divineomega/password_exposed v3.1.1 (requires paragonie/certainty ^2.4)
      └──divineomega/laravel-password-exposed-validation-rule v2.3.0 (requires divineomega/password_exposed ^3.0.1)
         └──langleyfoxall/laravel-nist-password-rules v4.3.0 (requires divineomega/laravel-password-exposed-validation-rule ^2.3.0)
            └──[my repo] dev-laravel-8 (requires langleyfoxall/laravel-nist-password-rules ^4.3)

This package is not to fault; it is paragonie/certainty and divineomega/psr-18-guzzle-adapter.
There is a PR for @DivineOmega to review #1 and there is an open PR #32 for paragonie

@ziming
Copy link
Contributor

ziming commented Oct 15, 2020

PR #32 has been merged for paragonie/certainty. I think only @DivineOmega packages are left to support Guzzle 7, then we can upgrade to laravel 8.

Guzzle 7 is a laravel 8 requirement.

@DivineOmega
Copy link
Contributor

Hi all.

v1.1.0 of my psr-18-guzzle-adapter package has now. Hopefully Laravel 8 should now be supported.

Give it a test, and get back to me if needed.

@DivineOmega
Copy link
Contributor

Closing due to lack of response.

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

No branches or pull requests

6 participants