forked from damianociarla/DCSNotificationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 780 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 780 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
{
"name": "damianociarla/notification-bundle",
"description": "DCSNotificationBundle is a Symfony2 bundle that allows you to send notifications of any type to any recipient",
"type": "library",
"keywords": [
"symfony2","notification","recipient","cron","schedule"
],
"license": "MIT",
"homepage": "https://github.com/damianociarla/DCSNotificationBundle",
"authors": [
{
"name": "Damiano Ciarla",
"email": "damiano.ciarla@gmail.com",
"homepage": "http://www.damianociarla.it/"
}
],
"require": {
"php": ">=5.3",
"symfony/symfony": "~2.3"
},
"autoload": {
"psr-0": { "DCS\\NotificationBundle": "" }
},
"target-dir": "DCS/NotificationBundle"
}