You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that many dependent libraries (eg, Goutte requires Guzzle, which requires React) are now moving to 5.4 only support. I'll need to essentially document a composer.lock file for folks to use if they need PHP 5.3 support.
I'm using drupal extension and the requirement is PHP 5.3.5 (http://behat-drupal-extension.readthedocs.org/en/3.0/requirements.html) but i get something like:
Parse error: syntax error, unexpected '[' in .../vendor/drupal/drupal-driver/src/Drupal/Driver/Cores/Drupal6.php on line 416
This is becauseof the short array syntax, that 5.3.10 don't allow (I think).
The text was updated successfully, but these errors were encountered: