init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
33
lib/sms/_composer.json
Normal file
33
lib/sms/_composer.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "smsgatewayme/client",
|
||||
"version": "v0.0.1",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"swagger",
|
||||
"php",
|
||||
"sdk",
|
||||
"api"
|
||||
],
|
||||
"homepage": "https://smsgateway.me",
|
||||
"license": "Apache v2",
|
||||
"authors": [
|
||||
{
|
||||
"name": "SMS Gateway Me",
|
||||
"homepage": "https://smsgateway.me"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.3",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"satooshi/php-coveralls": "~0.6.1",
|
||||
"squizlabs/php_codesniffer": "~2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "SMSGatewayMe\\Client\\" : "lib/" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue