Canvas: Laravel 8 Support

Created on 17 Sep 2020  路  2Comments  路  Source: austintoddj/canvas

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.

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!

All 2 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

connecteev picture connecteev  路  4Comments

reliq picture reliq  路  4Comments

karlmonson picture karlmonson  路  10Comments

austintoddj picture austintoddj  路  10Comments

soipo picture soipo  路  4Comments