-
Notifications
You must be signed in to change notification settings - Fork 136
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
[SDK-3721] Bump minimum auth0/auth0-php
version to ^8.3.4
#322
Conversation
Codecov ReportBase: 9.50% // Head: 9.50% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #322 +/- ##
=======================================
Coverage 9.50% 9.50%
Complexity 202 202
=======================================
Files 23 23
Lines 547 547
=======================================
Hits 52 52
Misses 495 495 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
"auth0/login" 7.2.1 package has issues with "auth0/auth0-php" 8.3.2 package, when used with API strategy. First issue is due to "cookiePath" path setting defaulting to null, when "auth0/auth0-php" requires a string. Maybe a solution would be to alter published auth0 config to include default value
When this value is provided then there is a different exception:
|
Hey @Viliasas 👋 Thanks for letting me know! I have some fixes being prepped over on the |
auth0/auth0-php
version to ^8.3.2
auth0/auth0-php
version to ^8.3.4
Changes
This PR bumps the minimum supported
auth0/auth0-php
dependency version installed from^8.0
to^8.3.4
, which includes some important fixes specifically for the Laravel package under PHP 8.0+.References
See internal ticket SDK-3721.
Testing
Please see GitHub status checks, or run
composer test
from a local clone of the project directory.Contributor Checklist