forked from richsage/RMSPushNotificationsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 890 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
29
{
"name": "richsage/rms-push-notifications-bundle",
"type": "symfony-bundle",
"description": "Push notifications/messages for mobile devices",
"keywords": ["push", "notification", "bundle", "gcm", "c2dm", "ios", "apns", "blackberry", "mpns", "windowsphone"],
"homepage": "https://github.com/richsage/RMSPushNotificationsBundle",
"license": "MIT",
"authors": [
{
"name": "Rich Sage",
"email": "rich.sage@gmail.com",
"homepage": "http://www.richsage.co.uk/"
}
],
"require": {
"php": ">=5.3.0",
"symfony/symfony": "2.*",
"kriswallsmith/buzz": "*"
},
"autoload": {
"psr-0": { "RMS\\PushNotificationsBundle": "" }
},
"target-dir": "RMS/PushNotificationsBundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}