opcache-gui/composer.json

34 lines
859 B
JSON
Raw Permalink Normal View History

{
"name": "amnuts/opcache-gui",
"description": "A clean, effective and responsive interface for Zend OPcache, with real(ish)-time monitoring, filtering and the ability to invalidate files",
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/",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/amnuts/opcache-gui/graphs/contributors"
}
],
"support": {
"email": "andy@amnuts.com",
"issues": "https://github.com/amnuts/opcache-gui/issues"
},
"require": {
"ext-Zend-OPcache": "*",
"php": ">=5.4"
},
"autoload": {
"psr-4" : {
"OpcacheGui\\" : "/"
}
}
}