-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
67 lines (67 loc) · 2.6 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
{
"name": "tuna-cms/tuna-bundle",
"type": "symfony-bundle",
"description": "Tuna CMS main package",
"homepage": "https://thecodeine.com",
"license": "MIT",
"require": {
"php": ">=5.6",
"symfony/symfony": "^2.8.0",
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
"doctrine/doctrine-bundle": "~1.4",
"symfony/assetic-bundle": "~2.8",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~3.0",
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
"incenteev/composer-parameter-handler": "~2.0",
"a2lix/translation-form-bundle": "^1.0",
"doctrine/doctrine-fixtures-bundle": "^2.3",
"doctrine/doctrine-migrations-bundle": "^1.0",
"egeloen/ckeditor-bundle": "^4.0",
"friendsofsymfony/jsrouting-bundle": "^1.6",
"friendsofsymfony/user-bundle": "2.0.x-dev",
"gedmo/doctrine-extensions": "^2.4",
"jms/di-extra-bundle": "^1.5",
"jms/i18n-routing-bundle": "^2.0",
"jms/serializer-bundle": "^1.0",
"jms/translation-bundle": "^1.3.1",
"knplabs/knp-menu-bundle": "^2.0",
"knplabs/knp-menu": "^2.1",
"knplabs/knp-gaufrette-bundle": "~0.1",
"knplabs/knp-paginator-bundle": "2.5.3",
"leafo/scssphp": "^0.6.3",
"lexik/translation-bundle": "^4.0.0",
"liip/imagine-bundle": "^1.3",
"smart-core/accelerator-cache-bundle": "^1.2.0",
"stof/doctrine-extensions-bundle": "^1.2",
"willdurand/js-translation-bundle": "^2.5",
"vich/uploader-bundle": "^1.4.0",
"thecodeine/two-factor-bundle": "dev-master"
},
"require-dev": {
"phpspec/phpspec": "^3.2.3",
"phpunit/phpunit": "^5.7.11",
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^3.0"
},
"autoload": {
"psr-4": {
"TheCodeine\\AdminBundle\\": "",
"TheCodeine\\CategoryBundle\\": "src/Tuna/Bundle/CategoryBundle",
"TunaCMS\\EditorBundle\\": "src/Tuna/Bundle/EditorBundle",
"TheCodeine\\FileBundle\\": "src/Tuna/Bundle/FileBundle",
"TheCodeine\\GalleryBundle\\": "src/Tuna/Bundle/GalleryBundle",
"TheCodeine\\ImageBundle\\": "src/Tuna/Bundle/ImageBundle",
"TheCodeine\\MenuBundle\\": "src/Tuna/Bundle/MenuBundle",
"TheCodeine\\NewsBundle\\": "src/Tuna/Bundle/NewsBundle",
"TheCodeine\\PageBundle\\": "src/Tuna/Bundle/PageBundle",
"TheCodeine\\TagBundle\\": "src/Tuna/Bundle/TagBundle",
"TheCodeine\\UserBundle\\": "src/Tuna/Bundle/UserBundle",
"TheCodeine\\VideoBundle\\": "src/Tuna/Bundle/VideoBundle",
"TheCodeine\\TranslationBundle\\": "src/Tuna/Bundle/TranslationBundle"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}