You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
490 B
20 lines
490 B
{ |
|
"name": "gergelypolonkai/smsgateway", |
|
"description": "A JSON-RPC based SMS gateway", |
|
"autoload": { |
|
"psr-0": { "": "src/" } |
|
}, |
|
"require": { |
|
"symfony/class-loader": "v2.1.3", |
|
"symfony/http-foundation": "v2.1.3", |
|
"symfony/routing": "v2.1.3", |
|
"symfony/yaml": "v2.1.3" |
|
}, |
|
"minimum-stability": "dev", |
|
"authors": [ |
|
{ |
|
"name": "Gergely Polonkai", |
|
"email": "gergely@polonkai.eu" |
|
} |
|
] |
|
}
|
|
|