opcache-gui/composer.json
2015-01-28 18:41:11 -07:00

19 lines
449 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": {
"ext-Zend-OPcache": "*"
}
}