forked from richsage/RMSPushNotificationsBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
24 lines (24 loc) · 770 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
{
"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"],
"homepage": "https://github.com/richsage/RMSPushNotificationsBundle",
"license": "MIT",
"authors": [
{
"name": "Rich Sage",
"email": "[email protected]",
"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"
}