forked from richsage/RMSPushNotificationsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1016 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
30
31
32
33
34
35
{
"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": "[email protected]",
"homepage": "http://www.richsage.co.uk/"
}
],
"require": {
"php": ">=5.3.0",
"kriswallsmith/buzz": "*",
"psr/log": "^1.0"
},
"require-dev": {
"symfony/symfony": "2.*"
},
"suggest": {
"symfony/symfony": "To use as a bundle"
},
"autoload": {
"psr-0": { "RMS\\PushNotificationsBundle": "" }
},
"target-dir": "RMS/PushNotificationsBundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
}
}