forked from tonejito/opcache-status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 989 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "scil/opcache-status",
"type": "application",
"description": "A one-page opcache status page",
"keywords": ["opcache","cache","debug","debugging"],
"homepage": "https://github.com/scil/opcache-status",
"license": "PHP-3.0",
"authors": [
{
"name": "The contributors of rlerdorf/opcache-status",
"homepage": "https://github.com/rlerdorf/opcache-status/graphs/contributors"
},
{
"name": "Christian Foellmann",
"email": "[email protected]",
"homepage": "http://christian.foellmann.de/"
},
{
"name": "Pedro Carvalho",
"email": "[email protected]",
"homepage": "https://goodomens.studio/"
}
],
"support": {
"issues": "https://github.com/scil/opcache-status/issues",
"source": "https://github.com/scil/opcache-status"
},
"require": {
"PHP": ">=5.5.0"
}
}