opcache-gui/composer.json

17 lines
331 B
JSON
Raw Normal View History

{
"name": "amnuts/opcache-gui",
2014-11-26 23:39:40 +00:00
"description": "A gui for Zend OPcache with a simple & effective interface and real-time updates",
"minimum-stability": "stable",
2014-11-26 23:39:40 +00:00
"license": "MIT",
"authors": [
{
"name": "Andrew Collington",
"email": "andy@amnuts.com"
}
],
"require": {
"PHP": ">=5.5.0"
}
}