mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-13 10:52:43 +00:00
Initial commit
This commit is contained in:
41
vendor/nexmo/client/composer.json
vendored
Normal file
41
vendor/nexmo/client/composer.json
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "nexmo/client",
|
||||
"description": "PHP Client for using Nexmo's API.",
|
||||
"license": "MIT",
|
||||
"type": "library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tim Lytle",
|
||||
"email": "tim@nexmo.com",
|
||||
"role": "Developer",
|
||||
"homepage": "http://twitter.com/tjlytle"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "devrel@nexmo.com"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6",
|
||||
"php-http/client-implementation": "^1.0",
|
||||
"zendframework/zend-diactoros": "^1.3",
|
||||
"php-http/guzzle6-adapter": "^1.0",
|
||||
"lcobucci/jwt": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"php-http/mock-client": "^0.3.0",
|
||||
"estahn/phpunit-json-assertions": "^1.0.0",
|
||||
"squizlabs/php_codesniffer": "^3.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Nexmo\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Nexmo\\": "test/",
|
||||
"NexmoTest\\": "test/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user