-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
37 lines (33 loc) · 944 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
37
{
"name": "vektah/composer-dist-cache",
"description": "Caches requests to a central package repository like packagist.",
"homepage" : "https://github.com/Vektah/composer-dist-cache",
"license" : "BSD-2-Clause",
"authors" : [
{
"name": "Adam Scarr",
"email": "scarr.adam@gmail.com",
"homepage": "http://github.com/Vektah",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"vektah\\composer\\cache": "src/main"
}
},
"require": {
"php": ">=5.4.0",
"symfony/console": "*",
"vektah/common": "*",
"vektah/react-web": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"symfony/process": "*",
"phake/phake": "2.0.0-alpha2",
"squizlabs/php_codesniffer" : "1.4.5",
"vektah/bugfree-dangerzone": "0.2.6",
"vektah/psr2": "*"
}
}