forked from os2display/core-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.48 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
{
"name": "os2display/core-bundle",
"description": "Os2Display core",
"type": "symfony-bundle",
"require": {
"php": ">=5.5.0",
"debril/rss-atom-bundle": "2.2",
"doctrine/doctrine-bundle": "^1.2",
"doctrine/doctrine-migrations-bundle": "^1.0",
"doctrine/orm": "^2.2",
"friendsofsymfony/rest-bundle": "^1.1",
"friendsofsymfony/user-bundle": "^1.3",
"guzzlehttp/guzzle": "^6.2",
"jms/job-queue-bundle": "^1.4",
"jms/serializer-bundle": "^0.13",
"nelmio/api-doc-bundle": "^2.13",
"os2display/media-bundle": "^1.0",
"sensio/distribution-bundle": "^3.0",
"sensio/framework-extra-bundle": "^3.0",
"symfony/assetic-bundle": "^2.3",
"symfony/monolog-bundle": "^2.4",
"symfony/swiftmailer-bundle": "^2.3",
"symfony/symfony": "^2.8"
},
"autoload": {
"psr-4": {
"Os2Display\\CoreBundle\\": ""
}
},
"repositories": {
"os2display/media-bundle": {
"type": "vcs",
"url": "https://github.com/itk-os2display/media-bundle"
}
},
"require-dev": {
"behat/mink-extension": "^2.2",
"behat/symfony2-extension": "^2.1",
"behat/mink-selenium2-driver": "^1.3",
"behat/mink-browserkit-driver": "^1.3",
"behatch/contexts": "^2.6",
"sonata-project/admin-bundle": "^2.3.7",
"sonata-project/doctrine-orm-admin-bundle": "^2.3.4"
}
}