2014-11-26 21:42:23 +00:00
{
"name" : "amnuts/opcache-gui" ,
2015-05-11 12:59:53 +00:00
"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" ] ,
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" ,
2021-06-27 11:47:40 +00:00
"homepage" : "https://blog.amnuts.com/" ,
2015-01-29 11:31:33 +00:00
"role" : "Developer"
} ,
{
"name" : "Contributors" ,
"homepage" : "https://github.com/amnuts/opcache-gui/graphs/contributors"
2014-11-26 21:42:23 +00:00
}
] ,
2015-01-29 11:31:33 +00:00
"support" : {
"email" : "andy@amnuts.com" ,
"issues" : "https://github.com/amnuts/opcache-gui/issues"
} ,
2014-11-26 21:42:23 +00:00
"require" : {
2015-01-29 11:31:33 +00:00
"ext-Zend-OPcache" : "*" ,
2020-11-28 16:16:58 +00:00
"php" : ">=7.1.0" ,
2021-06-27 11:47:40 +00:00
"ext-json" : "*"
2017-03-27 14:16:00 +00:00
} ,
"autoload" : {
"psr-4" : {
2020-09-18 23:30:17 +00:00
"Amnuts\\" : "src/"
2017-03-27 14:16:00 +00:00
}
2020-09-18 23:30:17 +00:00
} ,
"scripts" : {
2024-06-23 13:01:33 +00:00
"build" : "php build/build.php" ,
"build-french" : "php build/build.php --lang fr" ,
"build-spanish" : "php build/build.php --lang es"
2014-11-26 21:42:23 +00:00
}
}