-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (44 loc) · 1.54 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
{
"name": "oz/notification-bundle",
"type": "symfony-bundle",
"description": "OzNotificationBundle provides notification services for your application. You are able to define specific events that will occur in your programs lifecycle that users will be able to subscribe to, and be notified when they occur.",
"keywords": ["notification", "notifications","email", "sms", "message", "symfony", "bundle"],
"homepage": "http://github.com/Sydney-o9/OzNotificationBundle",
"license": "MIT",
"authors": [
{
"name": "Tim Nagel",
"homepage": "http://github.com/merk"
},
{
"name": "Sydney-o9",
"homepage": "http://github.com/Sydney-o9"
},
{
"name": "Oz Community",
"homepage": "https://github.com/Sydney-o9/OzNotificationBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1",
"symfony/security-bundle": "~2.1",
"symfony/form": "~2.1"
},
"require-dev": {
"twig/twig": "*",
"doctrine/doctrine-bundle": "*",
"symfony/yaml": "2.1.*",
"symfony/validator": "2.1.*",
"swiftmailer/swiftmailer": "*",
"oldsound/rabbitmq-bundle": "*",
"richsage/rms-push-notifications-bundle": "*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Oz\\NotificationBundle": ""
}
},
"target-dir": "Oz/NotificationBundle"
}