{
"name": "ibonly/laravel-etextemail",
"description": "A laravel app that is built on etextmail api",
"keywords": ["php","github", "laravel", "nigeria", "Open Source", "sms", "telephone", "africa", "extextmail", "ibonly", "laravel-extextmail"],
"license": "MIT",
"minimum-stability": "stable",
"authors": [
{
"name": "Adeniyi Ibraheem",
"email": "ibonly01@gmail.com"
}
],
"autoload": {
"classmap": ["src/"],
"psr-4" : {
"Ibonly\\EtextMail\\": "src/"
}
},
"autoload-dev": {
"classmap": ["tests/"],
"psr-4": {
"Ibonly\\EtextMail\\Test\\": "tests"
}
},
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.*"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
"phpunit/phpunit" : "4.*",
"scrutinizer/ocular": "~1.1",
"satooshi/php-coveralls": "^1.0",
"codeclimate/php-test-reporter": "dev-master",
"phpunit/phpcov": "2.*"
}
}
|