forked from nibynool/SmppClientBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 883 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 883 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
30
31
32
33
34
35
{
"name": "nibynool/smpp-client-bundle",
"type": "symfony-bundle",
"description": "Symfony SMPP Client Bundle",
"keywords": ["Send SMS via SMPP"],
"homepage": "https://github.com/nibynool/SmppClientBundle",
"license": "MIT",
"authors": [
{
"name": "Kronas",
"email": "kronas.sw@gmail.com"
},
{
"name": "Michael Lambert",
"email": "michael@alphageek.com.au"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.2"
},
"require-dev": {
"symfony/yaml": ">=2.1"
},
"autoload": {
"psr-0": { "Nibynool\\SmppClientBundle": "" }
},
"target-dir": "Nibynool/SmppClientBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}