forked from gordalina/cachetool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 961 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
32
33
34
35
36
{
"name": "gordalina/cachetool",
"description": "Manage your opcode & apc through the cli",
"keywords": ["cache", "opcache", "apc", "fastcgi", "opcode"],
"require": {
"php": ">=5.5.9",
"symfony/console": "~3.0",
"symfony/dependency-injection": "~3.0",
"symfony/process": "~3.0",
"symfony/yaml": "~3.0",
"psr/log": "~1.0",
"monolog/monolog": "~1.1",
"adoy/fastcgi-client": "~1.0"
},
"require-dev": {
"herrera-io/phar-update": "~2.0",
"phpunit/phpunit": "4.7.*"
},
"license": "MIT",
"authors": [
{
"name": "gordalina",
"email": "samuel.gordalina@gmail.com"
}
],
"autoload": {
"psr-0": { "CacheTool": "src/" }
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/adoy/PHP-FastCGI-Client.git"
}
],
"bin": ["bin/cachetool"]
}