-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
60 lines (54 loc) · 1.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "zefredz/ppbe-statutes-web",
"description": "Web application to display statutes of the Belgian Pirate Party online",
"license": "AGPL-3.0",
"authors": [
{
"name": "Frederic Minne",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.0",
"pimple/pimple": "~1.0",
"psr/log": "~1.0",
"twig/twig": ">=1.8.0,<2.0-dev",
"monolog/monolog": "~1.4,>=1.4.1",
"silex/silex": "~1.2",
"symfony/event-dispatcher": "~2.3,<3.0",
"symfony/http-foundation": "~2.3,<3.0",
"symfony/http-kernel": "~2.3,<3.0",
"symfony/routing": "~2.3,<3.0",
"symfony/security": "~2.3,<3.0",
"symfony/config": "~2.3,<3.0",
"symfony/locale": "~2.3,<3.0",
"symfony/form": "~2.3,<3.0",
"symfony/debug": "~2.3,<3.0",
"symfony/dom-crawler": "~2.3,<3.0",
"symfony/finder": "~2.3,<3.0",
"symfony/monolog-bridge": "~2.3,<3.0",
"symfony/options-resolver": "~2.3,<3.0",
"symfony/process": "~2.3,<3.0",
"symfony/serializer": "~2.3,<3.0",
"symfony/translation": "~2.3,<3.0",
"symfony/twig-bridge": "~2.3,<3.0",
"symfony/validator": "~2.3,<3.0",
"symfony/yaml": "~2.3,<3.0",
"igorw/config-service-provider": "~1.2",
"knplabs/github-api": "~1.4",
"michelf/php-markdown": "~1.5",
"querypath/querypath": "~3.0"
},
"require-dev": {
"sensiolabs/security-checker": "~2.0",
"phpunit/phpunit": "~3.7",
"symfony/browser-kit": "~2.3",
"symfony/css-selector": "~2.3,<3.0",
"silex/web-profiler": "~1.0.1"
},
"autoload": {
"psr-0": {
"StatutesOnline\\": "src/"
}
}
}