forked from Victoire/victoire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
120 lines (120 loc) · 3.92 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "victoire/victoire",
"type": "symfony-bundle",
"description": "Victoire is a Dynamic-CMS based on Symfony framework",
"keywords": [
"DCMS",
"Victoire",
"FriendsofVictoire",
"FoV",
"Dynamic",
"CMS",
"WebStation",
"Symfony",
"Overlay"
],
"license": "MIT",
"homepage": "http://victoire.io",
"authors": [
{
"name": "Paul Andrieux",
"email": "paul@victoire.io",
"homepage": "http://github.com/paulandrieux",
"role": "developer"
},
{
"name": "Leny Bernard",
"email": "leny@victoire.io",
"homepage": "http://github.com/lenybernard",
"role": "developer"
},
{
"name": "Community Contributors",
"homepage": "http://github.com/Victoire/Victoire/graphs/contributors"
}
],
"support": {
"email": "contact@victoire.io"
},
"require": {
"php": ">=5.5.9",
"a2lix/translation-form-bundle": "^2.1",
"doctrine/doctrine-bundle": "~1.4",
"doctrine/data-fixtures": "~1.1.1",
"doctrine/doctrine-fixtures-bundle": "~2.2",
"doctrine/doctrine-migrations-bundle": "^1.0",
"doctrine/orm": "v2.5.2",
"friendsofsymfony/jsrouting-bundle": "~2.0",
"friendsofsymfony/user-bundle": "~2.0",
"friendsofvictoire/text-widget": "~2.0",
"friendsofvictoire/button-widget": "~2.0",
"incenteev/composer-parameter-handler": "~2.0",
"infinite-networks/form-bundle": "dev-master",
"jms/di-extra-bundle": "~1.7",
"jms/serializer-bundle": "^1.0",
"jms/translation-bundle": "^1.2",
"knplabs/gaufrette": "v0.1.7",
"knplabs/doctrine-behaviors": "~1.1",
"knplabs/knp-menu": "~2.1",
"knplabs/knp-menu-bundle": "~2.1",
"liip/imagine-bundle": "~1.0",
"nelmio/alice": "~2.0",
"predis/predis": "^1.1",
"sensio/distribution-bundle": ">=2.3.x-dev",
"sensio/framework-extra-bundle": "~3.0",
"sensio/generator-bundle": "~2.3",
"snc/redis-bundle": "2.x-dev",
"stof/doctrine-extensions-bundle": "~1.2",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"symfony/symfony": "~2.8|~3.0",
"symfony/swiftmailer-bundle": "~2.3",
"troopers/alertify-bundle": "~3.0",
"troopers/assetic-injector-bundle": "^1.0",
"twig/extensions": "~1.0",
"twig/twig": "~1.0",
"willdurand/js-translation-bundle": "^2.5"
},
"require-dev": {
"behat/behat": "~3.0",
"behat/mink-browserkit-driver": "*",
"behat/mink-extension": "~2.0",
"behat/mink-goutte-driver": "~1.1",
"behat/mink-selenium2-driver": "~1.1",
"behat/symfony2-extension": "~2.0",
"knplabs/friendly-contexts": "~0.7",
"lakion/mink-debug-extension": "^1.0",
"phpunit/php-code-coverage": "2.2.3",
"phpunit/phpunit-mock-objects": "2.3.7",
"phpunit/phpunit": "4.6.*",
"symfony/var-dumper": "~2.8|~3.1"
},
"autoload": {
"psr-4": {
"Acme\\AppBundle\\": "Tests/Functionnal/src/Acme/AppBundle",
"Victoire\\Bundle\\": "Bundle",
"Victoire\\Tests\\Features\\": "Tests/Features",
"Victoire\\Widget\\": "Tests/Functionnal/src/Victoire/Widget"
}
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/lenybernard/FriendlyContexts.git"
},
{
"type": "vcs",
"url": "https://github.com/lenybernard/mink"
},
{
"type": "vcs",
"url": "https://github.com/Charlie-Lucas/InfiniteFormBundle"
}
],
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}