-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 828 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 828 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
28
29
{
"name": "avtonom/sms-devinotelecom-bundle",
"type": "symfony-bundle",
"description": "DevinoTelecom provider to send SMS notifications for Symfony2 bundle for PHP",
"keywords": ["Symfony2", "bundle", "sms", "devinotelecom", "devinotele", "notification"],
"homepage": "https://github.com/Avtonom/sms-devinotelecom-bundle",
"license": "MIT",
"authors": [
{
"name": "Anton U",
"email": "avtonomspb@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/dependency-injection": "~2.3|3.*",
"symfony/monolog-bundle": "2.*|3.*",
"avtonom/sms-sender-bundle": "~1.5"
},
"autoload": {
"psr-0": { "Avtonom\\Sms\\DevinoTelecomBundle": "" }
},
"target-dir": "Avtonom/Sms/DevinoTelecomBundle",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}