opcache-gui/composer.json
Andrew Collington 4ad9866c4b
Next release (#112)
* Creation of the translation archive for the Spanish language in Spain
* Fixed incorrect footer version handling and made into language pack values
* Added package-lock to repo
* Added a couple composer scripts and updated readme

---------

Co-authored-by: Carlos V <76731844+cvc90@users.noreply.github.com>
2024-06-23 14:01:33 +01:00

39 lines
1 KiB
JSON

{
"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",
"keywords": ["opcache", "cache", "gui", "opcodes", "interface"],
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Andrew Collington",
"email": "andy@amnuts.com",
"homepage": "https://blog.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": ">=7.1.0",
"ext-json": "*"
},
"autoload": {
"psr-4" : {
"Amnuts\\" : "src/"
}
},
"scripts": {
"build": "php build/build.php",
"build-french": "php build/build.php --lang fr",
"build-spanish": "php build/build.php --lang es"
}
}