Make Zend Opcache the dependency instead of PHP 5.5

This commit is contained in:
Jonathan Rehm 2015-01-28 18:33:28 -07:00
parent 46f05c3285
commit 6b771ba2ea

View file

@ -12,7 +12,7 @@
} }
], ],
"require": { "require": {
"PHP": ">=5.5.0" "ext-Zend-OPcache": "*"
} }
} }