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

Composer unable to install this package on PHP 8.2 #192

Open
goartisans opened this issue May 18, 2024 · 1 comment
Open

Composer unable to install this package on PHP 8.2 #192

goartisans opened this issue May 18, 2024 · 1 comment

Comments

@goartisans
Copy link

I installed laravel 11 using PHP 8.2.

I am getting this error below. Anyone please help.

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires renatomarinho/laravel-page-speed ^2.1 -> satisfiable by renatomarinho/laravel-page-speed[2.1.0].
- Conclusion: don't install laravel/framework v11.0.2 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.0.3 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.0.4 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.0.5 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.0.6 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.0.7 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.0.8 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.1.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.1.1 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.2.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.3.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.3.1 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.4.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.5.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.6.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.7.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v11.0.1 (conflict analysis result)
- renatomarinho/laravel-page-speed 2.1.0 requires illuminate/support ^6.0 || ^7.0 || ^8.0 || ^9.0 -> satisfiable by illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16].
- Only one of these can be installed: illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.10, v11.0.0, ..., v11.7.0], laravel/framework[v11.0.0, ..., v11.7.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
- Root composer.json requires laravel/framework ^11.0 -> satisfiable by laravel/framework[v11.0.0, ..., v11.7.0].

@goartisans goartisans changed the title Update to PHP 8.2 Composer unable to install this package on PHP 8.2 May 18, 2024
@krit0627
Copy link

krit0627 commented May 24, 2024

Hi

Now I understand this ...

Laravel v.11 use : #190
Laravel v.10 use : dev-master
Laravel v.9 or below use : 2.1.0

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

2 participants