86872dd0ba
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.
16 lines
370 B
JSON
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"
|
|
}
|
|
}
|
|
|