forked from os2display/core-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.74 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
{
"name": "os2display/core-bundle",
"description": "Os2Display core",
"type": "symfony-bundle",
"require": {
"php": ">=7.2",
"symfony/acl-bundle": "^1.0",
"symfony/monolog-bundle": "^3.1.0",
"symfony/polyfill-apcu": "^1.0",
"symfony/security-acl": "^3.0",
"symfony/symfony": "3.4.*",
"symfony/swiftmailer-bundle": "^2.6.4",
"sensio/distribution-bundle": "^5.0.19",
"sensio/framework-extra-bundle": "^5.0.0",
"incenteev/composer-parameter-handler": "^2.0",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.5",
"twig/twig": "^1.0||^2.0",
"debril/rss-atom-bundle": "^4.2",
"doctrine/doctrine-migrations-bundle": "^1.3",
"friendsofsymfony/rest-bundle": "^2.3",
"friendsofsymfony/user-bundle": "^2.1",
"guzzlehttp/guzzle": "^6.3",
"jms/job-queue-bundle": "^1.4",
"jms/serializer-bundle": "^2.4",
"nelmio/api-doc-bundle": "^2.0",
"sensio/generator-bundle": "^3.1"
},
"autoload": {
"psr-4": {
"Os2Display\\CoreBundle\\": ""
}
},
"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",
"cweagans/composer-patches": "^1.5"
},
"extra": {
"patches": {
"doctrine/dbal": {
"https://github.com/doctrine/dbal/issues/2426": "Features/Fixtures/patch/doctrine-dbal-issues-2426.patch"
}
}
}
}