forked from pagekit/pagekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.39 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
{
"name": "pagekit/pagekit",
"version": "0.8.0",
"type": "project",
"description": "The Pagekit CMS",
"keywords": ["cms", "pagekit"],
"homepage": "http://pagekit.com",
"license": "MIT",
"authors": [
{
"name": "Pagekit Team",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"doctrine/annotations": "~1.2.3",
"doctrine/dbal": "~2.5.1",
"guzzlehttp/guzzle": "~4.2.3",
"ircmaxell/password-compat": "~1.0.0",
"ircmaxell/random-lib": "~1.0.0",
"lusitanian/oauth": "~0.3.5",
"maximebf/debugbar": "~1.10.4",
"monolog/monolog": "~1.13",
"nikic/php-parser": "~1.2.2",
"psr/log": "~1.0.0",
"punic/punic": "~1.5.0",
"swiftmailer/swiftmailer": "~5.4.0",
"symfony/console": "~2.6.6",
"symfony/debug": "~2.6.6",
"symfony/finder": "~2.6.6",
"symfony/http-foundation": "~2.6.6",
"symfony/routing": "~2.6.6",
"symfony/stopwatch": "~2.6.6",
"symfony/templating": "~2.6.6",
"symfony/translation": "~2.6.6",
"symfony/var-dumper": "~2.6.6"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"Pagekit\\": "app/modules/application/src",
"Pagekit\\Config\\": "app/modules/config/src"
}
}
}