Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 11 Support #39

Closed
theritvars opened this issue Mar 27, 2024 · 3 comments
Closed

Laravel 11 Support #39

theritvars opened this issue Mar 27, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@theritvars
Copy link

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.

Copy link

Hello! Thank you for filing an issue 🎉.

If this is a 🐞 report, please include relevant logs to help us debug the problem.

@norbybaru
Copy link
Owner

norbybaru commented Apr 4, 2024

@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

@norbybaru
Copy link
Owner

closing this issue

@norbybaru norbybaru added the enhancement New feature or request label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants