You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which at that time was matching with version 6.0.X which was required PHP >=8.0.
Both http-client and mailgun-mailer have released 6.1.X which bumped PHP requirements to >=8.1
Now, upgrading (late) to Laravel-enso 5.0.0 will force (due to these 2 dependencies) an upgrade to 8.1, or force user investigate which dependencies are asking for the upgrade, and try lowering the versions to a compatible version.
This is a bug.
Hi,
You have set a while ago a
composer.json
dependency forWhich at that time was matching with version 6.0.X which was required PHP
>=8.0
.Both
http-client
andmailgun-mailer
have released 6.1.X which bumped PHP requirements to>=8.1
Now, upgrading (late) to Laravel-enso 5.0.0 will force (due to these 2 dependencies) an upgrade to 8.1, or force user investigate which dependencies are asking for the upgrade, and try lowering the versions to a compatible version.
In our case we went for
The text was updated successfully, but these errors were encountered: