2013-07-18 13:01:36 -05:00
|
|
|
{
|
2013-08-02 12:43:50 -07:00
|
|
|
"name": "mailgun/mailgun-php",
|
2013-07-23 17:34:50 -07:00
|
|
|
"description": "The Mailgun SDK provides methods for all API functions.",
|
2013-07-18 13:01:36 -05:00
|
|
|
"require": {
|
2016-03-05 11:14:34 +01:00
|
|
|
"php": "^5.5|^7.0",
|
2016-02-26 12:04:54 +01:00
|
|
|
"php-http/httplug": "^1.0",
|
2017-02-20 20:59:56 +01:00
|
|
|
"php-http/multipart-stream-builder": "^0.1 || ^0.2",
|
2016-07-21 10:50:33 +02:00
|
|
|
"php-http/message": "^1.0",
|
2016-11-24 09:30:41 +01:00
|
|
|
"php-http/client-common": "^1.1",
|
2016-10-24 19:01:32 +02:00
|
|
|
"php-http/discovery": "^1.0",
|
2016-11-23 23:01:26 +01:00
|
|
|
"webmozart/assert": "^1.2"
|
2013-07-23 17:34:50 -07:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-10-27 01:34:27 -05:00
|
|
|
"phpunit/phpunit": "~4.8",
|
2016-02-26 12:04:54 +01:00
|
|
|
"php-http/guzzle6-adapter": "^1.0"
|
2013-07-18 13:01:36 -05:00
|
|
|
},
|
2013-07-22 20:55:41 -07:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Mailgun": "src/"
|
|
|
|
}
|
2013-07-23 17:34:50 -07:00
|
|
|
},
|
2016-08-10 17:06:27 +02:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Mailgun\\Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2013-07-23 17:34:50 -07:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Travis Swientek",
|
|
|
|
"email": "travis@mailgunhq.com"
|
|
|
|
}
|
|
|
|
],
|
2016-11-11 21:22:46 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "vendor/bin/phpunit --testsuite unit && vendor/bin/phpunit --testsuite functional",
|
2016-12-06 18:02:32 +01:00
|
|
|
"test-all": "vendor/bin/phpunit --testsuite all",
|
2016-11-24 09:30:41 +01:00
|
|
|
"test-integration": "vendor/bin/phpunit --testsuite integration",
|
2016-12-06 18:02:32 +01:00
|
|
|
"test-coverage": "vendor/bin/phpunit --testsuite all --coverage-text --coverage-clover=build/coverage.xml"
|
2016-11-11 21:22:46 +01:00
|
|
|
}
|
2013-07-18 13:01:36 -05:00
|
|
|
}
|