You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently cannot install norbybaru/laravel-aws-timestram in a Laravel 11 project due to conflicting versions of illuminate\support.
Problem 1
- norbybaru/laravel-aws-timestream[v0.1.0, ..., v0.1.1] require illuminate/support ^8.0|^9.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- norbybaru/laravel-aws-timestream[v0.2.0, ..., v0.3.1] require illuminate/support ^8.0|^9.52|^10.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.52.0, ..., v9.52.16, v10.0.0, ..., v10.48.4] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires norbybaru/laravel-aws-timestream * -> satisfiable by norbybaru/laravel-aws-timestream[v0.1.0, ..., v0.3.1].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require norbybaru/laravel-aws-timestream:*" to figure out if any version is installable, or "composer require norbybaru/laravel-aws-timestream:^2.1" if you know which you need.
Most likely a simple |^11.0 appended to the version requirements in composer.json would do the trick.
The text was updated successfully, but these errors were encountered:
@theritvars a new release for Laravel 11 support is published. Thanks for reaching out. Please let me know how that goes. Thanks for your initial PR but there were a few other stuff that needed to be updated.
Feel free to create PR to support the package or request features
Currently cannot install
norbybaru/laravel-aws-timestram
in a Laravel 11 project due to conflicting versions ofilluminate\support
.Most likely a simple
|^11.0
appended to the version requirements in composer.json would do the trick.The text was updated successfully, but these errors were encountered: