forked from prugala/tuna-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.62 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
{
"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": "^6.0",
"friendsofsymfony/jsrouting-bundle": "^1.6",
"gedmo/doctrine-extensions": "^2.4",
"jms/di-extra-bundle": "^1.5",
"jms/i18n-routing-bundle": "^2.0",
"jms/translation-bundle": "^1.3.1",
"knplabs/knp-menu-bundle": "^2.0",
"knplabs/knp-menu": "^2.1",
"knplabs/knp-paginator-bundle": "2.5.3",
"leafo/scssphp": "^0.6.3",
"lexik/translation-bundle": "^4.0.0",
"liip/imagine-bundle": "^1.3",
"willdurand/js-translation-bundle": "^2.5"
},
"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": {
"TunaCMS\\AdminBundle\\": "",
"TunaCMS\\CommonComponent\\": "src/Tuna/Component/Common",
"TunaCMS\\Bundle\\": "src/Tuna/Bundle/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}