forked from ne-sachirou/c4se-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 905 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
{
"name": "ne-sachirou/c4se-web",
"description": "c4se's main Web site.",
"license": "GPL-3.0+",
"authors": [
{
"name": "Sachirou Inoue",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"hafriedlander/php-peg": "dev-master@dev",
"ranyuen/di": "~0.2",
"ranyuen/little": "~0.1@dev",
"twig/twig": "~1.18",
"symfony/yaml": "2.*",
"vlucas/phpdotenv": "^2.2",
"aws/aws-sdk-php": "^3.14"
},
"require-dev": {
"fabpot/php-cs-fixer": "~2.0@dev",
"phing/phing": "~2.10",
"phpmd/phpmd": "~2.2",
"phpunit/phpunit": "~4.5",
"squizlabs/php_codesniffer": "~2.3"
},
"autoload": {
"psr-4": {
"Web\\": "lib/Web/",
"SeiJi\\": "lib/SeiJi"
}
}
}