forked from Opifer/CmsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
57 lines (55 loc) · 1.89 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
{
"name": "opifer/cms-bundle",
"type": "symfony-bundle",
"description": "Opifer CMS",
"authors": [
{
"name": "Opifer",
"homepage": "http://www.opifer.nl/"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.7",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.2",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.7",
"sensio/distribution-bundle": "~3.0",
"sensio/framework-extra-bundle": "~3.0",
"incenteev/composer-parameter-handler": "~2.0",
"opifer/content-bundle": "^0.1.4",
"opifer/eav-bundle": "^0.2.5",
"opifer/form-bundle": "^0.1.4",
"opifer/media-bundle": "^0.1.3",
"opifer/redirect-bundle": "^0.1.4",
"apy/datagrid-bundle": "~2.2",
"aws/aws-sdk-php": "2.5.*",
"braincrafted/bootstrap-bundle": "dev-develop",
"doctrine/doctrine-migrations-bundle": "~1.0",
"doctrine/migrations": "~1.0@dev",
"friendsofsymfony/jsrouting-bundle": "~1.5",
"friendsofsymfony/user-bundle": "~2.0@dev",
"gedmo/doctrine-extensions": "~2.3",
"google/recaptcha": "~1.1",
"infinite-networks/form-bundle": "~1.0",
"knplabs/knp-menu-bundle":"~2.0",
"mtdowling/cron-expression": "1.0.*",
"pagerfanta/pagerfanta": "~1.0.3",
"presta/sitemap-bundle": "~1.3",
"symfony-cmf/routing-bundle": "~1.2",
"willdurand/js-translation-bundle": "~2.2"
},
"require-dev": {
"phpunit/phpunit": "~4.2",
"symfony/phpunit-bridge": "~2.7",
"sensio/generator-bundle": "~2.3",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "~0.9"
},
"autoload": {
"psr-4": {"Opifer\\CmsBundle\\": "."}
}
}