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
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Hi. I have PHP version 8.1.3.
We have an error for updating Laravel to version 9
Root composer.json requires fruitcake/laravel-cors ^1.2.0, found fruitcake/laravel-cors
[dev-feat-lazyoptions, dev-feat-groupmiddleware, dev-test-single, dev-feat-middlewaretest,
dev-feat-actions, dev-feat-browsertests, dev-master, dev-v1-backport, dev-feat-prependmiddleware,
dev-develop, dev-barryvdh-test-laravel9,
v0.1, ..., 0.11.x-dev, v1.0.0, ..., 1.0.x-dev, v2.0.0-beta1, ..., 2.2.x-dev, v3.0.0, 3.0.x-dev
(alias of dev-master)]
but it does not match the constraint.
The text was updated successfully, but these errors were encountered:
Since Laravel 9.2, this Middleware is included in laravel/framework. You can use the provided middleware, which should be compatible with the Middleware and config provided in this package. See https://github.com/laravel/laravel/pull/5825/files for the changes.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. I have PHP version 8.1.3.
We have an error for updating Laravel to version 9
The text was updated successfully, but these errors were encountered: