opcache-gui/composer.json

19 lines
449 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",
2015-01-27 23:24:55 +00:00
"keywords": ["opcache", "cache", "gui", "opcodes", "interface"],
"minimum-stability": "stable",
2014-11-26 23:39:40 +00:00
"license": "MIT",
"authors": [
{
"name": "Andrew Collington",
2015-01-27 23:24:55 +00:00
"email": "andy@amnuts.com",
"homepage": "http://www.amnuts.com/"
}
],
"require": {
"ext-Zend-OPcache": "*"
}
}