Issue #2267551 by jfhovinne, ParisLiakos, catch: PHP 5.4.5 needed to avoid...
Issue #2267551 by jfhovinne, ParisLiakos, catch: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits.
... | ... | @@ -4,7 +4,7 @@ |
"type": "drupal-core", | ||
"license": "GPL-2.0+", | ||
"require": { | ||
"php": ">=5.4.2", | ||
"php": ">5.4.4-13", | ||
"sdboyer/gliph": "0.1.*", | ||
"symfony/class-loader": "2.5.*", | ||
"symfony/css-selector": "2.5.*", | ||
... | ... |
Please register or sign in to comment