opcache-gui/composer.json
Andrew Collington 86872dd0ba Compiled jsx and removed need for in-browser transformer, and moved original jsx code to separate file.
Fixed options being passed in on instantiation.
Added canInvalidate() method.
Updated getData() method to allow for a property within a section to be returned.
Added title and footer to html.
Added composer config file.
Updated readme.
2014-11-26 21:42:23 +00:00

16 lines
370 B
JSON

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