Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
"This file is @generated automatically" | |
], | |
"content-hash": "c949279f6d1a2cbcdef1b8b17a24067b", | |
"packages": [ | |
{ | |
"name": "guzzlehttp/guzzle", | |
"version": "6.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/guzzle.git", | |
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", | |
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", | |
"shasum": "" | |
}, | |
"require": { | |
"guzzlehttp/promises": "^1.0", | |
"guzzlehttp/psr7": "^1.4", | |
"php": ">=5.5" | |
}, | |
"require-dev": { | |
"ext-curl": "*", | |
"phpunit/phpunit": "^4.0 || ^5.0", | |
"psr/log": "^1.0" | |
}, | |
"suggest": { | |
"psr/log": "Required for using the Log middleware" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "6.2-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"src/functions_include.php" | |
], | |
"psr-4": { | |
"GuzzleHttp\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
} | |
], | |
"description": "Guzzle is a PHP HTTP client library", | |
"homepage": "http://guzzlephp.org/", | |
"keywords": [ | |
"client", | |
"curl", | |
"framework", | |
"http", | |
"http client", | |
"rest", | |
"web service" | |
], | |
"time": "2017-06-22T18:50:49+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/promises", | |
"version": "v1.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/promises.git", | |
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\Promise\\": "src/" | |
}, | |
"files": [ | |
"src/functions_include.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
} | |
], | |
"description": "Guzzle promises library", | |
"keywords": [ | |
"promise" | |
], | |
"time": "2016-12-20T10:07:11+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/psr7", | |
"version": "1.4.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/psr7.git", | |
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | |
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0", | |
"psr/http-message": "~1.0" | |
}, | |
"provide": { | |
"psr/http-message-implementation": "1.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\Psr7\\": "src/" | |
}, | |
"files": [ | |
"src/functions_include.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "mtdowling@gmail.com", | |
"homepage": "https://github.com/mtdowling" | |
}, | |
{ | |
"name": "Tobias Schultze", | |
"homepage": "https://github.com/Tobion" | |
} | |
], | |
"description": "PSR-7 message implementation that also provides common utility methods", | |
"keywords": [ | |
"http", | |
"message", | |
"request", | |
"response", | |
"stream", | |
"uri", | |
"url" | |
], | |
"time": "2017-03-20T17:10:46+00:00" | |
}, | |
{ | |
"name": "league/oauth2-client", | |
"version": "2.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/thephpleague/oauth2-client.git", | |
"reference": "aa2e3df188f0bfd87f7880cc880e906e99923580" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/aa2e3df188f0bfd87f7880cc880e906e99923580", | |
"reference": "aa2e3df188f0bfd87f7880cc880e906e99923580", | |
"shasum": "" | |
}, | |
"require": { | |
"guzzlehttp/guzzle": "^6.0", | |
"paragonie/random_compat": "^1|^2", | |
"php": "^5.6|^7.0" | |
}, | |
"require-dev": { | |
"eloquent/liberator": "^2.0", | |
"eloquent/phony-phpunit": "^1.0|^3.0", | |
"jakub-onderka/php-parallel-lint": "^0.9.2", | |
"phpunit/phpunit": "^5.7|^6.0", | |
"squizlabs/php_codesniffer": "^2.3|^3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-2.x": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"League\\OAuth2\\Client\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Alex Bilbie", | |
"email": "hello@alexbilbie.com", | |
"homepage": "http://www.alexbilbie.com", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Woody Gilk", | |
"homepage": "https://github.com/shadowhand", | |
"role": "Contributor" | |
} | |
], | |
"description": "OAuth 2.0 Client Library", | |
"keywords": [ | |
"Authentication", | |
"SSO", | |
"authorization", | |
"identity", | |
"idp", | |
"oauth", | |
"oauth2", | |
"single sign on" | |
], | |
"time": "2018-01-13T05:27:58+00:00" | |
}, | |
{ | |
"name": "paragonie/random_compat", | |
"version": "v2.0.11", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/paragonie/random_compat.git", | |
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", | |
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.2.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "4.*|5.*" | |
}, | |
"suggest": { | |
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"lib/random.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Paragon Initiative Enterprises", | |
"email": "security@paragonie.com", | |
"homepage": "https://paragonie.com" | |
} | |
], | |
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
"keywords": [ | |
"csprng", | |
"pseudorandom", | |
"random" | |
], | |
"time": "2017-09-27T21:40:39+00:00" | |
}, | |
{ | |
"name": "phpmailer/phpmailer", | |
"version": "v6.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/PHPMailer/PHPMailer.git", | |
"reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6", | |
"reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-ctype": "*", | |
"ext-filter": "*", | |
"php": ">=5.5.0" | |
}, | |
"require-dev": { | |
"doctrine/annotations": "1.2.*", | |
"friendsofphp/php-cs-fixer": "^2.2", | |
"phpdocumentor/phpdocumentor": "2.*", | |
"phpunit/phpunit": "^4.8 || ^5.7", | |
"zendframework/zend-eventmanager": "3.0.*", | |
"zendframework/zend-i18n": "2.7.3", | |
"zendframework/zend-serializer": "2.7.*" | |
}, | |
"suggest": { | |
"ext-mbstring": "Needed to send email in multibyte encoding charset", | |
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", | |
"league/oauth2-google": "Needed for Google XOAUTH2 authentication", | |
"psr/log": "For optional PSR-3 debug logging", | |
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", | |
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"PHPMailer\\PHPMailer\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-2.1" | |
], | |
"authors": [ | |
{ | |
"name": "Jim Jagielski", | |
"email": "jimjag@gmail.com" | |
}, | |
{ | |
"name": "Marcus Bointon", | |
"email": "phpmailer@synchromedia.co.uk" | |
}, | |
{ | |
"name": "Andy Prevost", | |
"email": "codeworxtech@users.sourceforge.net" | |
}, | |
{ | |
"name": "Brent R. Matzelle" | |
} | |
], | |
"description": "PHPMailer is a full-featured email creation and transfer class for PHP", | |
"time": "2018-01-05T13:19:58+00:00" | |
}, | |
{ | |
"name": "psr/http-message", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/http-message.git", | |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Http\\Message\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interface for HTTP messages", | |
"homepage": "https://github.com/php-fig/http-message", | |
"keywords": [ | |
"http", | |
"http-message", | |
"psr", | |
"psr-7", | |
"request", | |
"response" | |
], | |
"time": "2016-08-06T14:39:51+00:00" | |
} | |
], | |
"packages-dev": [], | |
"aliases": [], | |
"minimum-stability": "stable", | |
"stability-flags": [], | |
"prefer-stable": false, | |
"prefer-lowest": false, | |
"platform": [], | |
"platform-dev": [] | |
} |