-
Notifications
You must be signed in to change notification settings - Fork 2
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
php 8 support #2
Comments
@svenssontobias Hi. Sorry for replying this late, for some reason I completely missed this issue. Sure I can, I'll add it by the end of the week |
@shomisha any updates? would be great to use this in my project |
@shomisha Would be super if you got time to add php 8 support. |
Any update on PHP 8 support? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
You have built a great package!
Could you add support for php 8?
Just updated laravel 8 app to php 8 but get this dependencies issues from composer
Problem 1
- shomisha/unusual-relationships 1.0.0 requires laravel/framework ~5.6 -> found laravel/framework[v5.6.0, ..., 5.8.x-dev] but it conflicts with your root composer.json require (^8.0).
- shomisha/unusual-relationships 1.0.1 requires php ~7.0 -> your php version (8.0.3) does not satisfy that requirement.
- Root composer.json requires shomisha/unusual-relationships ^1.0 -> satisfiable by shomisha/unusual-relationships[1.0.0, 1.0.1].
The text was updated successfully, but these errors were encountered: