Merge pull request #3 from jkrehm/depend-on-extension
Depend on Zend Opcache extension instead of PHP 5.5
This commit is contained in:
commit
30c9847f00
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"PHP": ">=5.5.0"
|
||||
"ext-Zend-OPcache": "*"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue