{ "_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": "fe7ed5c644e8e06f4bd46eefe7c106c7", "packages": [ { "name": "adquesto/adquesto-php-sdk", "version": "v0.4.7", "source": { "type": "git", "url": "https://github.com/adquesto/adquesto-php-sdk.git", "reference": "0049c19e961e3f0ffda94b6b414715c75ed84ae3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/adquesto/adquesto-php-sdk/zipball/0049c19e961e3f0ffda94b6b414715c75ed84ae3", "reference": "0049c19e961e3f0ffda94b6b414715c75ed84ae3", "shasum": "" }, "require": { "kub-at/php-simple-html-dom-parser": "^1.7", "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.6 || ^7.1" }, "suggest": { "ext-curl": "Needed to support CurlHttpClient implementation", "ext-json": "Needed to provide Subscribers login via OAuth" }, "type": "library", "autoload": { "psr-4": { "Adquesto\\SDK\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "description": "Adquesto PHP integration toolkit", "time": "2019-03-06T09:41:51+00:00" }, { "name": "fkooman/oauth2-client", "version": "7.1.3", "source": { "type": "git", "url": "https://git.tuxed.net/fkooman/php-oauth2-client", "reference": "3d96587ed78b1ecd72085847cae779b6edeb4526" }, "require": { "ext-curl": "*", "ext-date": "*", "ext-hash": "*", "ext-json": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-session": "*", "ext-spl": "*", "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": "^1|^2", "php": ">=5.4", "psr/log": "^1.0", "symfony/polyfill-php56": "^1" }, "require-dev": { "phpunit/phpunit": "^4.8.35|^5|^6" }, "type": "library", "autoload": { "psr-4": { "fkooman\\OAuth\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "François Kooman", "email": "fkooman@tuxed.net" } ], "description": "Very simple OAuth 2.0 client", "time": "2018-06-02T00:36:19+00:00" }, { "name": "kub-at/php-simple-html-dom-parser", "version": "1.9", "source": { "type": "git", "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git", "reference": "1fe277a7616b5d7cfd192a8908cbc7653dc9baee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/1fe277a7616b5d7cfd192a8908cbc7653dc9baee", "reference": "1fe277a7616b5d7cfd192a8908cbc7653dc9baee", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "KubAT\\PhpSimple\\HtmlDomParser": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "S.C. Chen", "email": "me578022@gmail.com" }, { "name": "Jakub Stawowy", "email": "Kub-AT@users.noreply.github.com" } ], "description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible", "homepage": "http://simplehtmldom.sourceforge.net/", "keywords": [ "Simple", "dom", "html" ], "time": "2019-06-03T05:50:36+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", "shasum": "" }, "require": { "php": "^5.3|^7" }, "require-dev": { "paragonie/random_compat": "^1.4|^2", "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^0.3|^1" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "time": "2018-04-30T17:57:16+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.18", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "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", "polyfill", "pseudorandom", "random" ], "time": "2019-01-03T20:59:08+00:00" }, { "name": "psr/log", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2018-11-20T15:27:04+00:00" }, { "name": "symfony/polyfill-php56", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", "reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/f4dddbc5c3471e1b700a147a20ae17cdb72dbe42", "reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-util": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php56\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-util", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", "reference": "b46c6cae28a3106735323f00a0c38eccf2328897" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/b46c6cae28a3106735323f00a0c38eccf2328897", "reference": "b46c6cae28a3106735323f00a0c38eccf2328897", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Util\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony utilities for portability of PHP codes", "homepage": "https://symfony.com", "keywords": [ "compat", "compatibility", "polyfill", "shim" ], "time": "2019-02-08T14:16:39+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=5.4" }, "platform-dev": [] }