This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.69 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name" : "anolilab/howtoclearmybrowsercache",
"type" : "library",
"description": "",
"keywords" : [""],
"license" : "MIT",
"homepage" : "http://github.com/anolilab/howtoclearmybrowsercache",
"authors" : [
{
"name" : "Daniel Bannert",
"email" : "[email protected]",
"homepage": "http://www.anolilab.de",
"role" : "Developer"
}
],
"require": {
"php" : ">=5.6",
"cekurte/environment" : "^0.1",
"ikimea/browser" : "^1.12",
"nochso/html-compress-twig" : "^1.0",
"twig/twig" : "^1.24",
"silex/silex" : "^2.0@dev",
"symfony/translation" : "^3.0",
"ehibes/silex-i18n-routing-service-provider" : "dev-master",
"vlucas/phpdotenv" : "^2.2"
},
"require-dev": {
"filp/whoops" : "^2.0",
"mockery/mockery" : "~0.9.4",
"phpunit/phpunit" : "~5.0.6"
},
"autoload": {
"psr-4": {
"App\\" : "app/"
}
},
"extra": {
"branch-alias": {
"dev-master" : "1.0.0-dev"
}
},
"config": {
"bin-dir" : "vendor/bin"
},
"minimum-stability" : "dev",
"prefer-stable" : true
}