forked from sonata-project/SonataNotificationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
56 lines (56 loc) · 1.77 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
{
"name": "sonata-project/notification-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataNotificationBundle",
"keywords": ["page", "sonata", "cms"],
"homepage": "https://sonata-project.org/bundles/page",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]",
"homepage": "https://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataNotificationBundle/contributors"
}
],
"require": {
"symfony/framework-bundle": "~2.3",
"sonata-project/doctrine-extensions": "~1.0",
"sonata-project/easy-extends-bundle": "~2.1",
"sonata-project/core-bundle": "^2.2.6",
"sonata-project/datagrid-bundle": "~2.2",
"friendsofsymfony/rest-bundle": "~1.1",
"jms/serializer-bundle": "~0.11|~1.0",
"nelmio/api-doc-bundle": "~2.4"
},
"suggest": {
"sonata-project/doctrine-orm-admin-bundle": "2.2.*",
"guzzle/guzzle" : "3.*",
"liip/monitor-bundle": "~1.0",
"videlalvaro/php-amqplib": "2.0.*"
},
"require-dev": {
"sonata-project/doctrine-orm-admin-bundle": "~2.2",
"guzzle/guzzle" : "~3.0",
"videlalvaro/php-amqplib": "~2.0",
"liip/monitor-bundle": "~2.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"fabpot/php-cs-fixer": "~0.5|~1.0"
},
"conflict": {
"jms/serializer": "<0.13"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": { "Sonata\\NotificationBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
}
}