-
-
Notifications
You must be signed in to change notification settings - Fork 215
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 doctrine/lexer 2 #345
Conversation
95b88c9
to
3f146fc
Compare
The problem is PHP 7.3, there are dependencies requiring PHP 7.4 and above.
Problem 2
Problem 3
Problem 4
Checking Symfony as a guideline, PHP 7.2 was there up until v5.4. |
|
It is not only |
Ja! |
I mean, for a library with such a broad PHP version range, committing a lockfile doesn't really make sense. You almost certainly need different sets of dependencies for PHP 7.3 and 8.2. I'll try to generate a compatible lockfile for PHP 7.3 in a separate PR. |
@derrabus I don't think is needed to support PHP 7.3, this seems to be an error from the merge. Just remove PHP 7.3 from However your comment makes sense. Would you remove the |
That won't be enough: Scrutinizer fails because of the same issue. See #346 for a (hopefully) compatible lockfile.
You can remove the lockfile anytime you want. It has no consequences for consumers of your library. It only affects which dependencies are installed in your CI and for local development when working on this repository. |
I need a fresh mind, will come back tomorrow (earlier, hopefully). |
Sure thing. I should get some sleep as well. 😅 |
3f146fc
to
076138f
Compare
This is #340 cherry-picked on 3.x. The changes of #340 apparently got lost in a failed merge. Let's try this again.