Laravel 9 packages conflict #439
Unanswered
stepanenko3
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Any update on this? Facing the same issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem 1
- Root composer.json requires raiym/instagram-php-scraper ^0.12 -> satisfiable by raiym/instagram-php-scraper[v0.12.0, ..., v0.12.4].
- tightenco/nova-google-analytics v2.0.0 requires spatie/laravel-analytics ^4.1 -> satisfiable by spatie/laravel-analytics[4.1.0].
- Root composer.json requires tightenco/nova-google-analytics ^2.0.0 -> satisfiable by tightenco/nova-google-analytics[v2.0.0].
- Root composer.json requires spatie/laravel-sitemap ^6.1.0 -> satisfiable by spatie/laravel-sitemap[6.1.0].
- spatie/laravel-analytics 4.1.0 requires laravel/framework ^9.0 -> satisfiable by laravel/framework[v9.1.0, 9.x-dev].
- Only one of these can be installed: illuminate/collections[dev-master, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev], laravel/framework[v9.1.0, 9.x-dev]. laravel/framework replaces illuminate/collections and thus cannot coexist with it.
- Conclusion: install illuminate/collections v8.83.1 (conflict analysis result)
Beta Was this translation helpful? Give feedback.
All reactions