We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I get these errors from composer in Laravel 10:
-illuminate/auth[v5.7.0, ..., v5.8.36] require php ^7.1.3 -> your php version (8.1.14) does not satisfy that requirement. - illuminate/auth[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.1.14) does not satisfy that requirement. - illuminate/auth[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.1.14) does not satisfy that requirement. - illuminate/auth[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.14) does not satisfy that requirement. - Root composer.json requires barchart/laravel-remember-all ^1.3 -> satisfiable by barchart/laravel-remember-all[v1.3.0]. - Conclusion: don't install laravel/framework v10.0.2 (conflict analysis result) - Conclusion: don't install laravel/framework v10.0.3 (conflict analysis result) - Conclusion: don't install laravel/framework v10.0.1 (conflict analysis result) - barchart/laravel-remember-all v1.3.0 requires illuminate/auth ~5.7|~6.0|~7.0|~8.0|~9.0 -> satisfiable by illuminate/auth[v5.7.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.0]. - Only one of these can be installed: illuminate/auth[v5.7.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.0], laravel/framework[v10.0.0, v10.0.1, v10.0.2, v10.0.3]. laravel/framework replaces illuminate/auth and thus cannot coexist with it. - Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0, v10.0.1, v10.0.2, v10.0.3].
The text was updated successfully, but these errors were encountered:
Disregard, I found out this package isn't needed anymore as it's included in Laravel
See: laravel/docs#5659
Sorry, something went wrong.
No branches or pull requests
Hello, I get these errors from composer in Laravel 10:
The text was updated successfully, but these errors were encountered: