[ { "name": "adquesto/adquesto-php-sdk", "version": "v0.4.7", "version_normalized": "0.4.7.0", "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" }, "time": "2019-03-06T09:41:51+00:00", "type": "library", "installation-source": "source", "autoload": { "psr-4": { "Adquesto\\SDK\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "description": "Adquesto PHP integration toolkit" }, { "name": "fkooman/oauth2-client", "version": "5.0.3", "version_normalized": "5.0.3.0", "source": { "type": "git", "url": "https://github.com/fkooman/php-oauth2-client.git", "reference": "af4d0f91f478f9cec520f5c145389967905fbc6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fkooman/php-oauth2-client/zipball/af4d0f91f478f9cec520f5c145389967905fbc6a", "reference": "af4d0f91f478f9cec520f5c145389967905fbc6a", "shasum": "" }, "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", "symfony/polyfill-php56": "^1" }, "require-dev": { "phpunit/phpunit": "^4.8.35|^5|^6" }, "time": "2017-11-16T11:36:50+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "fkooman\\OAuth\\Client\\": "src/", "fkooman\\OAuth\\Client\\Tests\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "François Kooman", "email": "fkooman@tuxed.net" } ], "description": "Very simple OAuth 2.0 client" }, { "name": "kub-at/php-simple-html-dom-parser", "version": "1.7.1", "version_normalized": "1.7.1.0", "source": { "type": "git", "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git", "reference": "7a745b20157efb0f1be3021394769bd6b8e9ed4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/7a745b20157efb0f1be3021394769bd6b8e9ed4e", "reference": "7a745b20157efb0f1be3021394769bd6b8e9ed4e", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2019-01-02T14:33:28+00:00", "type": "library", "installation-source": "dist", "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" ] }, { "name": "paragonie/constant_time_encoding", "version": "v1.0.4", "version_normalized": "1.0.4.0", "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" }, "time": "2018-04-30T17:57:16+00:00", "type": "library", "installation-source": "dist", "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" ] }, { "name": "paragonie/random_compat", "version": "v2.0.18", "version_normalized": "2.0.18.0", "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." }, "time": "2019-01-03T20:59:08+00:00", "type": "library", "installation-source": "dist", "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" ] }, { "name": "symfony/polyfill-php56", "version": "v1.10.0", "version_normalized": "1.10.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", "reference": "ff208829fe1aa48ab9af356992bb7199fed551af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af", "reference": "ff208829fe1aa48ab9af356992bb7199fed551af", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-util": "~1.0" }, "time": "2018-09-21T06:26:08+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "installation-source": "dist", "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" ] }, { "name": "symfony/polyfill-util", "version": "v1.10.0", "version_normalized": "1.10.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", "reference": "3b58903eae668d348a7126f999b0da0f2f93611c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c", "reference": "3b58903eae668d348a7126f999b0da0f2f93611c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "time": "2018-09-30T16:36:12+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "installation-source": "dist", "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" ] } ]