opcache-gui/composer.json
2015-01-27 23:24:55 +00:00

19 lines
442 B
JSON

{
"name": "amnuts/opcache-gui",
"description": "A gui for Zend OPcache with a simple & effective interface and real-time updates",
"keywords": ["opcache", "cache", "gui", "opcodes", "interface"],
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Andrew Collington",
"email": "andy@amnuts.com",
"homepage": "http://www.amnuts.com/"
}
],
"require": {
"PHP": ">=5.5.0"
}
}