{ "_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": "af9c8e9e81b2e2081842fbcb8a063f90", "packages": [ { "name": "bitpay/php-client", "version": "v2.2.20", "source": { "type": "git", "url": "https://github.com/bitpay/php-bitpay-client.git", "reference": "d6d14318950ad0bc02f8701a671aec1e234313e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bitpay/php-bitpay-client/zipball/d6d14318950ad0bc02f8701a671aec1e234313e8", "reference": "d6d14318950ad0bc02f8701a671aec1e234313e8", "shasum": "" }, "require": { "ext-bcmath": "*", "ext-curl": "*", "ext-json": "*", "ext-openssl": "*", "php": ">=5.4", "symfony/config": "^2.3 || ^3.0", "symfony/dependency-injection": "^2.3 || ^3.0" }, "require-dev": { "behat/behat": "2.5.*@stable", "behat/mink": "1.6.1", "behat/mink-extension": "1.3.*", "behat/mink-goutte-driver": "1.*", "behat/mink-selenium2-driver": "1.2.0", "fabpot/goutte": "~1.0.4", "fzaninotto/faker": "~1.4.0", "mikey179/vfsstream": "~1.4.0", "phpmd/phpmd": "~2.1.3", "phpunit/phpunit": "~4.3.1", "satooshi/php-coveralls": "~0.6.1", "squizlabs/php_codesniffer": "~1.5.5" }, "suggest": { "ext-gmp": "Quickest PHP math extension for doing computationally-expensive work." }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "psr-4": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "BitPay Integrations Development Team", "email": "integrations@bitpay.com", "homepage": "https://bitpay.com/integrations" } ], "description": "PHP Library to work with the new cryptographically secure BitPay API", "homepage": "https://github.com/bitpay/php-bitpay-client", "keywords": [ "bitcoin", "bitpay" ], "time": "2018-03-28T10:30:37+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2017-02-14T16:28:37+00:00" }, { "name": "symfony/config", "version": "v3.4.6", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "05e10567b529476a006b00746c5f538f1636810e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/05e10567b529476a006b00746c5f538f1636810e", "reference": "05e10567b529476a006b00746c5f538f1636810e", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/filesystem": "~2.8|~3.0|~4.0" }, "conflict": { "symfony/dependency-injection": "<3.3", "symfony/finder": "<3.3" }, "require-dev": { "symfony/dependency-injection": "~3.3|~4.0", "symfony/event-dispatcher": "~3.3|~4.0", "symfony/finder": "~3.3|~4.0", "symfony/yaml": "~3.0|~4.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Config Component", "homepage": "https://symfony.com", "time": "2018-02-14T10:03:57+00:00" }, { "name": "symfony/dependency-injection", "version": "v3.4.6", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/12e901abc1cb0d637a0e5abe9923471361d96b07", "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/container": "^1.0" }, "conflict": { "symfony/config": "<3.3.7", "symfony/finder": "<3.3", "symfony/proxy-manager-bridge": "<3.4", "symfony/yaml": "<3.4" }, "provide": { "psr/container-implementation": "1.0" }, "require-dev": { "symfony/config": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", "time": "2018-03-04T03:54:53+00:00" }, { "name": "symfony/filesystem", "version": "v4.0.6", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21", "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2018-02-22T10:50:29+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }