On a fresh install of Laravel 8.x I am getting the following error:
$ composer require cnvs/canvas
Using version ^5.4 for cnvs/canvas
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for cnvs/canvas ^5.4 -> satisfiable by cnvs/canvas[v5.4.0].
- Conclusion: remove laravel/framework v8.4.0
- Conclusion: don't install laravel/framework v8.4.0
- cnvs/canvas v5.4.0 requires laravel/framework ^6.0|^7.0 -> satisfiable by laravel/framework[6.x-dev, 7.x-dev].
- Can only install one of: laravel/framework[6.x-dev, v8.4.0].
- Can only install one of: laravel/framework[7.x-dev, v8.4.0].
- Installation request for laravel/framework (locked at v8.4.0, required as ^8.0) -> satisfiable by laravel/framework[v8.4.0].
Installation failed, reverting ./composer.json to its original content.
@thenexxuz Support for Laravel 8 is rolling out in v6, which is due in the next couple days. Keep an eye on the repo!
Added in v6.0.0
Most helpful comment
@thenexxuz Support for Laravel 8 is rolling out in v6, which is due in the next couple days. Keep an eye on the repo!