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 9 upgrade #16

Open
peak-flow opened this issue Feb 14, 2023 · 0 comments
Open

laravel 9 upgrade #16

peak-flow opened this issue Feb 14, 2023 · 0 comments

Comments

@peak-flow
Copy link

I encountered a conflict with composer when trying to run the package on the latest Laravel release (v9.49.0) or the soon-to-be-released version 10. Specifically, pmatseykanets/artisan-beans v4.2.0 requires illuminate/support ~6.0|~7.0|~8.0, but illuminate/support[v8.0.0, ..., v8.11.2] requires PHP ^7.3, which is not satisfied by the PHP version (8.0.27) I'm using.

Upon reviewing the package's source code, I found that its requirements are set to "php": "^7.2|^8.0" and "illuminate/support": "~6.0|~7.0|~8.0". According to Laravel's upgrade documentation, the package's code should be compatible with versions 9 and 10.

To address the issue, I plan to add versions 9 and 10 to the composer requirements and test if everything is still working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant