-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 830 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 830 Bytes
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
{
"name": "rth/notification-bundle",
"type": "symfony-bundle",
"description": "symfony push notification bundle for ios , android devices .",
"keywords": ["push", "notification", "bundle", "symfony2"],
"homepage": "https://github.com/roozbeh360/PushNotificationBundle",
"license": "MIT",
"authors": [
{
"name": "Roozbeh Baabakaan",
"email": "baabakaan@remake.ir",
"homepage": "https://github.com/roozbeh360",
"role": "Developer"
}
],
"require": {
"symfony/framework-bundle": ">=2.3",
"sly/notification-pusher": "v2.2.*",
"symfony/options-resolver": "v2.7.3"
},
"autoload": {
"psr-0": {
"Rth\\NotificationBundle": ""
}
},
"target-dir": "Rth/NotificationBundle"
}