-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 941 Bytes
/
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
{
"name": "aboutcoders/notification-bundle",
"type": "symfony-bundle",
"description": "A symfony bundle that adds process control to the SonataNotificationBundle.",
"keywords": ["process", "control", "sonata", "notification", "bundle", "ci", "continuous integration"],
"homepage": "https://bitbucket.org/aboutcoders/notification-bundle",
"license": "MIT",
"authors": [
{
"name": "Hannes Schulz",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "~2.7|~3.0",
"sonata-project/notification-bundle": "~2.3",
"aboutcoders/process-control-bundle": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~4",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2"
},
"autoload": {
"psr-4": { "Abc\\Bundle\\NotificationBundle\\": "" }
}
}