-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Allow php 8 #4028
Allow php 8 #4028
Conversation
composer.json.orig
Outdated
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"} | ||
], | ||
"require": { | ||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops indeed 😅
Right. Support for PHP 8 requires a breaking change. |
Sorry, I didn't notice that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some green nightly builds 🕺
Should we then remove |
We can try replacing that with |
I don't get this. Isn't PHP nightly the PHP 8? |
Sorry, I meant: into thinking this is 7. Some might not be 8-compatible yet. |
Okay, not it makes sense. |
So do we stay with |
|
Targeting 3.0.x on that particular one, because there will never be support for php 8 on 2.x (right?)