{ "_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" ], "hash": "043f19ddf5831180f06d0aed39c05b57", "content-hash": "a70b5b89f738baf34ff4dfa6efd50958", "packages": [ { "name": "codeswholesale/cw-extension-framework", "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/codeswholesale/codeswholesale-extension-framework.git", "reference": "618ce65394224f9d6d51e51f8ec4bb3da1914fc5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/codeswholesale/codeswholesale-extension-framework/zipball/618ce65394224f9d6d51e51f8ec4bb3da1914fc5", "reference": "618ce65394224f9d6d51e51f8ec4bb3da1914fc5", "shasum": "" }, "require": { "codeswholesale/sdk": "2.1.4", "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "CodesWholesaleFramework\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "CodesWholesale.com", "email": "devteam@codeswholesale.com", "role": "Developer" } ], "description": "The CodesWholesale Extension Framework", "homepage": "https://github.com/codeswholesale/codeswholesale-extension-framework", "keywords": [ "api", "cd-keys", "codeswholesale", "extension", "games", "plugin" ], "time": "2018-03-27 14:30:51" }, { "name": "codeswholesale/sdk", "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/codeswholesale/codeswholesale-sdk-php.git", "reference": "ff7dbfe2d43ea9b3c47ed815a9b40998f1a7cd98" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/codeswholesale/codeswholesale-sdk-php/zipball/ff7dbfe2d43ea9b3c47ed815a9b40998f1a7cd98", "reference": "ff7dbfe2d43ea9b3c47ed815a9b40998f1a7cd98", "shasum": "" }, "require": { "guzzlehttp/guzzle": "6.3.0", "php": ">=7.0.0", "sainsburys/guzzle-oauth2-plugin": "^3.0" }, "require-dev": { "phpunit/phpunit": "6.5.3" }, "type": "library", "autoload": { "psr-0": { "CodesWholesale\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-only" ], "authors": [ { "name": "CodesWholesale.com", "email": "devteam@codeswholesale.com", "role": "Developer" } ], "description": "A PHP wrapper for CodesWholesale's API", "homepage": "https://github.com/codeswholesale/codeswholesale-sdk-php", "keywords": [ "api", "cd-keys", "cloud", "codeswholesale", "games", "security" ], "time": "2018-03-27 12:51:12" }, { "name": "firebase/php-jwt", "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": " 4.8.35" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "time": "2017-06-27 22:17:23" }, { "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-22 18:50:49" }, { "name": "guzzlehttp/promises", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "136531aa4e42f9b1971a47fb0faf60da00d2fefa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/136531aa4e42f9b1971a47fb0faf60da00d2fefa", "reference": "136531aa4e42f9b1971a47fb0faf60da00d2fefa", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36" }, "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": "2018-03-25 01:26:01" }, { "name": "guzzlehttp/psr7", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "99bfec281379c040f37dc3c3e9312476875a2f62" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/99bfec281379c040f37dc3c3e9312476875a2f62", "reference": "99bfec281379c040f37dc3c3e9312476875a2f62", "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": "2018-03-26 16:50:35" }, { "name": "psr/http-message", "version": "dev-master", "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-06 14:39:51" }, { "name": "sainsburys/guzzle-oauth2-plugin", "version": "v3.0.5", "source": { "type": "git", "url": "https://github.com/Sainsburys/guzzle-oauth2-plugin.git", "reference": "485edd64870dd951f8fc6ec362296f11787194bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Sainsburys/guzzle-oauth2-plugin/zipball/485edd64870dd951f8fc6ec362296f11787194bf", "reference": "485edd64870dd951f8fc6ec362296f11787194bf", "shasum": "" }, "require": { "firebase/php-jwt": "^3.0|^4.0|^5.0", "guzzlehttp/guzzle": "^6.0", "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^4.8" }, "type": "library", "autoload": { "psr-4": { "Sainsburys\\Guzzle\\Oauth2\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bojan Zivanovic" }, { "name": "Damien Tournoud" }, { "name": "Patrick Dawkins" }, { "name": "Daniel Macedo" } ], "description": "An OAuth2 middleware for Guzzle", "time": "2017-11-07 13:08:06" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }