-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
3.1.x requires PHP 5.4 #207
Comments
Merged
That wasn't intentional. We had to stop testing on 5.3 due to composer dependencies that were never sorted for 5.3. I opened #208 to see if we can do something similar to what we do for Drupal 8 with a pinned composer.json example. |
PR is merged. I'm opening a follow-up to address the remaining tests that are failing (5.3 fails are currently configured to be ignored by Travis). |
xurizaemon
pushed a commit
to xurizaemon/drupalextension
that referenced
this issue
Nov 30, 2022
Remove php 5.5 testing and prep for 2.0.0 rc1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like there were some bracket-style arrays introduced in the 3.1 release. Should either swap those, or explicitly set a PHP requirement in composer.json.
There may be others.
The text was updated successfully, but these errors were encountered: