{ "_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": "b586139b80f70524bf5995e6e42dd7c4", "packages": [ { "name": "eloquent/phony", "version": "0.14.6", "source": { "type": "git", "url": "https://github.com/eloquent/phony.git", "reference": "1ef22360a48abc2d8d9ede2db67112240cddac06" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eloquent/phony/zipball/1ef22360a48abc2d8d9ede2db67112240cddac06", "reference": "1ef22360a48abc2d8d9ede2db67112240cddac06", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "athletic/athletic": "^0.1", "counterpart/counterpart": "^1", "danielstjules/pho": "^1", "errors/exceptions": "dev-master", "ext-pdo": "*", "friendsofphp/php-cs-fixer": "1.11.4", "hamcrest/hamcrest-php": "^2", "icecave/isolator": "^3", "icecave/semver": "^3", "mockery/mockery": "^0.9", "peridot-php/leo": "^1", "peridot-php/peridot": "^1", "phake/phake": "^2", "phpdocumentor/reflection-docblock": "^2", "phpspec/prophecy": "^1", "phpunit/php-code-coverage": "^2", "phpunit/phpunit": "^4", "simpletest/simpletest": "^1" }, "type": "library", "autoload": { "psr-4": { "Eloquent\\Phony\\": "src" }, "files": [ "src/functions.php", "src/Pho/functions.php", "src/Phpunit/functions.php", "src/Simpletest/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Erin Millard", "email": "ezzatron@gmail.com", "homepage": "http://ezzatron.com/" } ], "description": "Mocks, stubs, and spies for PHP.", "homepage": "https://github.com/eloquent/phony", "keywords": [ "Double", "Dummy", "fake", "mock", "mocking", "spy", "stub", "stubbing", "test" ], "time": "2017-01-03T03:48:40+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.2.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.3.1", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0", "psr/log": "^1.0" }, "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": "2016-10-08T15:01:37+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.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "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" } ], "description": "PSR-7 message implementation", "keywords": [ "http", "message", "stream", "uri" ], "time": "2016-06-24T23:00:38+00:00" }, { "name": "jakeasmith/http_build_url", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/jakeasmith/http_build_url.git", "reference": "15bdd686e5178ddfa3e88de60fa585adffb292bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/15bdd686e5178ddfa3e88de60fa585adffb292bb", "reference": "15bdd686e5178ddfa3e88de60fa585adffb292bb", "shasum": "" }, "require-dev": { "phpunit/phpunit": "~3.7" }, "type": "library", "autoload": { "files": [ "src/http_build_url.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jake A. Smith", "email": "theman@jakeasmith.com" } ], "description": "Provides functionality for http_build_url() to environments without pecl_http.", "time": "2015-05-06T12:27:20+00:00" }, { "name": "league/oauth2-client", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-client.git", "reference": "5f57366c99ac013ee9d78670c1fc0b9ca7871d95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/5f57366c99ac013ee9d78670c1fc0b9ca7871d95", "reference": "5f57366c99ac013ee9d78670c1fc0b9ca7871d95", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", "paragonie/random_compat": "^2.0", "php": ">=5.6.0" }, "require-dev": { "eloquent/liberator": "^2.0", "eloquent/phony": "^0.14.1", "jakub-onderka/php-parallel-lint": "~0.9", "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "^2.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": "2017-02-02T04:08:45+00:00" }, { "name": "league/oauth2-facebook", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-facebook.git", "reference": "3843204ccd856eed7d726afc2ef5afa12122d572" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/3843204ccd856eed7d726afc2ef5afa12122d572", "reference": "3843204ccd856eed7d726afc2ef5afa12122d572", "shasum": "" }, "require": { "league/oauth2-client": "^2.0", "php": "^5.6 || ^7.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sammy Kaye Powers", "email": "me@sammyk.me", "homepage": "http://www.sammyk.me" } ], "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "Authentication", "authorization", "client", "facebook", "oauth", "oauth2" ], "time": "2017-01-25T14:36:10+00:00" }, { "name": "league/oauth2-github", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-github.git", "reference": "e63d64f3ec167c09232d189c6b0c397458a99357" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-github/zipball/e63d64f3ec167c09232d189c6b0c397458a99357", "reference": "e63d64f3ec167c09232d189c6b0c397458a99357", "shasum": "" }, "require": { "league/oauth2-client": "^2.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Steven Maguire", "email": "stevenmaguire@gmail.com", "homepage": "https://github.com/stevenmaguire" } ], "description": "Github OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "authorisation", "authorization", "client", "github", "oauth", "oauth2" ], "time": "2017-01-26T01:14:51+00:00" }, { "name": "league/oauth2-google", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-google.git", "reference": "365ceed2d068fa4c0bde41afb0acc6c2976f0c22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/365ceed2d068fa4c0bde41afb0acc6c2976f0c22", "reference": "365ceed2d068fa4c0bde41afb0acc6c2976f0c22", "shasum": "" }, "require": { "eloquent/phony": "^0.14.6", "league/oauth2-client": "^2.0" }, "require-dev": { "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "^2.0" }, "type": "library", "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Woody Gilk", "email": "woody.gilk@gmail.com", "homepage": "http://shadowhand.me" } ], "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "Authentication", "authorization", "client", "google", "oauth", "oauth2" ], "time": "2017-01-24T15:15:42+00:00" }, { "name": "league/oauth2-instagram", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-instagram.git", "reference": "abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-instagram/zipball/abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc", "reference": "abf6466ebd2c2a73e920b0ce834e2bf50d1abdcc", "shasum": "" }, "require": { "jakeasmith/http_build_url": "^1.0", "league/oauth2-client": "^2.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Steven Maguire", "email": "stevenmaguire@gmail.com", "homepage": "https://github.com/stevenmaguire" } ], "description": "Instagram OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "authorisation", "authorization", "client", "instagram", "oauth", "oauth2" ], "time": "2017-01-26T01:21:29+00:00" }, { "name": "league/oauth2-linkedin", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-linkedin.git", "reference": "d7642ae8a44f19af75cc8af01b8f6de206d293e1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-linkedin/zipball/d7642ae8a44f19af75cc8af01b8f6de206d293e1", "reference": "d7642ae8a44f19af75cc8af01b8f6de206d293e1", "shasum": "" }, "require": { "league/oauth2-client": "^2.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Steven Maguire", "email": "stevenmaguire@gmail.com", "homepage": "https://github.com/stevenmaguire" } ], "description": "LinkedIn OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "authorisation", "authorization", "client", "linkedin", "oauth", "oauth2" ], "time": "2017-01-26T01:30:16+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "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": "2016-11-07T23:38:38+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": [], "platform-overrides": { "php": "5.6" } }