Flowframe / laravel-trend

Generate trends for your models. Easily generate charts or reports.
MIT License
671 stars 70 forks source link

Laravel 9 support. #5

Closed Tjoosten closed 2 years ago

Tjoosten commented 2 years ago

Hey,

First of all thx for the great package.

I'm upgrading some Laravel applications that use this package to Laravel 9. but when i run composer update it triggers soms errors.

Error:

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

  Problem 1
    - Root composer.json requires flowframe/laravel-trend ^0.0.2 -> satisfiable by flowframe/laravel-trend[v0.0.2].
    - Conclusion: don't install laravel/framework v9.0.0-beta.2 (conflict analysis result)
    - Conclusion: don't install laravel/framework v9.0.0-beta.3 (conflict analysis result)
    - Conclusion: don't install laravel/framework v9.0.0-beta.4 (conflict analysis result)
    - Conclusion: don't install laravel/framework v9.0.0-beta.5 (conflict analysis result)
    - Conclusion: don't install laravel/framework v9.0.0 (conflict analysis result)
    - Conclusion: don't install laravel/framework v9.0.1 (conflict analysis result)
    - Conclusion: don't install laravel/framework v9.0.0-beta.1 (conflict analysis result)
    - flowframe/laravel-trend v0.0.2 requires illuminate/contracts ^8.37 -> satisfiable by illuminate/contracts[v8.37.0, ..., 8.x-dev].
    - Only one of these can be installed: illuminate/contracts[dev-master, v5.4.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev], laravel/framework[v9.0.0-beta.1, ..., 9.x-dev]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
    - Root composer.json requires laravel/framework ^9.0 -> satisfiable by laravel/framework[v9.0.0-beta.1, ..., 9.x-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.