2014-11-26 21:42:23 +00:00
|
|
|
{
|
|
|
|
"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"],
|
2014-11-26 21:42:23 +00:00
|
|
|
"minimum-stability": "stable",
|
2014-11-26 23:39:40 +00:00
|
|
|
"license": "MIT",
|
2014-11-26 21:42:23 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andrew Collington",
|
2015-01-27 23:24:55 +00:00
|
|
|
"email": "andy@amnuts.com",
|
|
|
|
"homepage": "http://www.amnuts.com/"
|
2014-11-26 21:42:23 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2015-01-29 01:33:28 +00:00
|
|
|
"ext-Zend-OPcache": "*"
|
2014-11-26 21:42:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|