Laravel v9 support
See original GitHub issueI am working on upgrading to Laravel 9 and using PHP 8.1 and am hitting
composer update
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- ctf0/media-manager[v3.7.0, ..., v3.7.4] require php ~7.0 -> your php version (8.1.1) does not satisfy that requirement.
- jhofm/flysystem-iterator[v2.2.0, ..., v2.2.1] require php ^7.0 -> your php version (8.1.1) does not satisfy that requirement.
- illuminate/support[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.1.1) does not satisfy that requirement.
- illuminate/support[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.1) does not satisfy that requirement.
- Conclusion: don't install ctf0/media-manager v3.8.5 (conflict analysis result)
- Conclusion: don't install ctf0/media-manager v3.8.6 (conflict analysis result)
- Conclusion: don't install ctf0/media-manager v3.8.7 (conflict analysis result)
- ctf0/media-manager[v3.7.5, ..., v3.8.1] require jhofm/flysystem-iterator ^2.2 -> satisfiable by jhofm/flysystem-iterator[v2.2.0, v2.2.1].
- Root composer.json requires imagewize/ssl-manager dev-master -> satisfiable by imagewize/ssl-manager[dev-master].
- Conclusion: don't install laravel/framework v9.0.2 (conflict analysis result)
- Root composer.json requires ctf0/media-manager ^3.7 -> satisfiable by ctf0/media-manager[v3.7.0, ..., v3.8.7].
- ctf0/media-manager v3.8.2 requires illuminate/support >=7.0 <9.0 -> satisfiable by illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.0].
- Only one of these can be installed: illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.0, v9.0.0, v9.0.1, v9.0.2], laravel/framework[v9.0.0, v9.0.1, v9.0.2]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
- imagewize/ssl-manager dev-master requires laravel/framework ^5.4 || ^6.0 || ^7.0 || ^8.0 || ^9.0 -> satisfiable by laravel/framework[v9.0.0, v9.0.1, v9.0.2].
- Conclusion: don't install laravel/framework v9.0.1 (conflict analysis result)```
using version `3.8` of the Laravel Media Manager. Wonder if we can get this package into PHP 8. It does work as far as I have been testing locally, on staging and production so I think we could.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Release Notes - The PHP Framework For Web Artisans
Support Policy. For all Laravel releases, bug fixes are provided for 18 months and security fixes are provided for 2 years. For all...
Read more >Laravel 9 upgrade: Composer conflicts - Laracasts
Hello fellow devs, I am upgrading to Laravel 9, I followed the docs (I think!) but am getting composer errors in my simple...
Read more >I need assistance upgrading from Laravel 8 to Laravel 9 #42039
I'm getting this response on the very first step of trying to upgrade to L9. "Updating dependencies. Your requirements could not be resolved ......
Read more >Upgrading laravel into 8 I got illuminate/support support?
Laravel 9 requires PHP 8. Delete the ^7.3| in composer.json at the line PHP The correct syntax is: "php": "^8.0".
Read more >What's New in Laravel 9: A Deep Dive Into the Latest Major ...
Laravel 9 supports PHP version 8, so if you're planning to test it, make sure to check your PHP version or initiate a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Done
@swiderskimarcin @alexchirolde atm accepting PRs only