We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
opcache-gui
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Make Zend Opcache the dependency instead of PHP 5.5
Jonathan Rehm
10 years ago
parent
46f05c3285
commit
6b771ba2ea
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
composer.json
+ 1
- 1
composer.json
View File
@@ -12,7 +12,7 @@
}
],
"require": {
- "
PHP": ">=5.5.0
"
+ "
ext-Zend-OPcache": "*
"
}
}