{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "79a39e7088fcec8956dd7f4baa2047e1", "packages": [ { "name": "egeloen/http-adapter", "version": "0.7.1", "source": { "type": "git", "url": "https://github.com/egeloen/ivory-http-adapter.git", "reference": "4a1ac3a0a2db4dbd6c1c3e5fff89e3d2545bc132" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egeloen/ivory-http-adapter/zipball/4a1ac3a0a2db4dbd6c1c3e5fff89e3d2545bc132", "reference": "4a1ac3a0a2db4dbd6c1c3e5fff89e3d2545bc132", "shasum": "" }, "require": { "phly/http": "^0.11.2", "php": ">=5.4.8" }, "require-dev": { "cakephp/cakephp": "^2.5.7", "ext-curl": "*", "guzzle/guzzle": "^3.9.2", "guzzlehttp/guzzle": ">=4.1.4,<6.0.0", "guzzlehttp/streams": ">=1.5.0,<4.0.0", "kriswallsmith/buzz": "^0.13", "nategood/httpful": "^0.2.17", "phpunit/phpunit": "^4.0", "phpunit/phpunit-mock-objects": "dev-matcher-verify as 2.3.x-dev", "psr/log": "^1.0", "react/dns": "^0.4.1", "react/http-client": "^0.4", "satooshi/php-coveralls": "^0.6", "symfony/event-dispatcher": "^2.0", "zendframework/zend-http": "^2.3.4", "zendframework/zendframework1": "^1.12.9" }, "suggest": { "ext-curl": "Allows you to use the cURL adapter", "guzzle/guzzle": "Allows you to use the Guzzle 3 adapter", "guzzlehttp/guzzle": "Allows you to use the Guzzle 4 adapter", "kriswallsmith/buzz": "Allows you to use the Buzz adapter", "nategood/httpful": "Allows you to use the httpful adapter", "psr/log": "Allows you to use the logger event subscriber", "symfony/event-dispatcher": "Allows you to use the event lifecycle", "symfony/stopwatch": "Allows you to use the stopwatch http adapter and event subscriber", "zendframework/zend-http": "Allows you to use the Zend 2 adapter", "zendframework/zendframework1": "Allows you to use the Zend 1 adapter" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.7-dev" } }, "autoload": { "psr-4": { "Ivory\\HttpAdapter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" } ], "description": "Issue HTTP request for PHP 5.3+.", "keywords": [ "http", "http-adapter", "http-client", "psr-7" ], "support": { "issues": "https://github.com/egeloen/ivory-http-adapter/issues", "source": "https://github.com/egeloen/ivory-http-adapter/tree/master" }, "abandoned": "php-http/httplug", "time": "2015-04-13T17:26:27+00:00" }, { "name": "kreait/firebase-php", "version": "0.6.2", "source": { "type": "git", "url": "https://github.com/beste/firebase-php.git", "reference": "98e567b03d3c7df9f35c0f8b10498f6e4ec950fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/beste/firebase-php/zipball/98e567b03d3c7df9f35c0f8b10498f6e4ec950fb", "reference": "98e567b03d3c7df9f35c0f8b10498f6e4ec950fb", "shasum": "" }, "require": { "egeloen/http-adapter": "~0.7.0", "ext-mbstring": "*", "mtdowling/jmespath.php": "~2.1", "php": ">=5.4", "psr/log": "~1.0" }, "require-dev": { "fabpot/php-cs-fixer": "~1.6", "firebase/token-generator": "~2.0", "kreait/tape-recorder-subscriber": "~2.0", "monolog/monolog": "~1.12", "phpunit/phpunit": "~4.5", "symfony/event-dispatcher": "~2.6", "vlucas/phpdotenv": "~1.1" }, "suggest": { "firebase/token-generator": "If you want to authenticate requests to a Firebase application" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Kreait\\Firebase\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jérôme Gamez", "homepage": "https://github.com/jeromegamez" } ], "description": "Firebase REST API client", "homepage": "https://github.com/kreait/firebase-php", "keywords": [ "api", "firebase", "http", "rest" ], "support": { "issues": "https://github.com/kreait/firebase-php/issues", "source": "https://github.com/kreait/firebase-php" }, "funding": [ { "url": "https://github.com/jeromegamez", "type": "github" } ], "time": "2015-05-04T15:50:03+00:00" }, { "name": "mtdowling/jmespath.php", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/jmespath/jmespath.php.git", "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc", "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "composer/xdebug-handler": "^3.0.3", "phpunit/phpunit": "^8.5.33" }, "bin": [ "bin/jp.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "files": [ "src/JmesPath.php" ], "psr-4": { "JmesPath\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Declaratively specify how to extract elements from a JSON document", "keywords": [ "json", "jsonpath" ], "support": { "issues": "https://github.com/jmespath/jmespath.php/issues", "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0" }, "time": "2024-09-04T18:46:31+00:00" }, { "name": "phly/http", "version": "0.11.3", "source": { "type": "git", "url": "https://github.com/phly/http.git", "reference": "4c711698bab17461be7bf143a3ab1bf3d3ffa2cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phly/http/zipball/4c711698bab17461be7bf143a3ab1bf3d3ffa2cc", "reference": "4c711698bab17461be7bf143a3ab1bf3d3ffa2cc", "shasum": "" }, "require": { "php": ">=5.4.8", "psr/http-message": "^0.9" }, "require-dev": { "phpunit/phpunit": "3.7.*", "squizlabs/php_codesniffer": "1.5.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev", "dev-develop": "1.1-dev" } }, "autoload": { "psr-4": { "Phly\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Matthew Weier O'Phinney", "email": "matthew@weierophinney.net", "homepage": "http://mwop.net" } ], "description": "PSR HTTP Message implementations", "homepage": "https://github.com/phly/http", "keywords": [ "http" ], "support": { "issues": "https://github.com/phly/http/issues", "source": "https://github.com/phly/http" }, "abandoned": "zendframework/zend-diactoros", "time": "2015-04-13T16:50:21+00:00" }, { "name": "psr/http-message", "version": "0.9.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "7c361ae6b0dcd84d8fc4f89636ee0cc9fcb02035" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/7c361ae6b0dcd84d8fc4f89636ee0cc9fcb02035", "reference": "7c361ae6b0dcd84d8fc4f89636ee0cc9fcb02035", "shasum": "" }, "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", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "issues": "https://github.com/php-fig/http-message/issues", "source": "https://github.com/php-fig/http-message/tree/master" }, "time": "2015-03-18T22:07:07+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "stripe/stripe-php", "version": "v20.0.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", "reference": "7338bd140e641b1f9c7cb602e2de971e14db6b3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stripe/stripe-php/zipball/7338bd140e641b1f9c7cb602e2de971e14db6b3b", "reference": "7338bd140e641b1f9c7cb602e2de971e14db6b3b", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=7.2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.94.0", "phpstan/phpstan": "^1.2", "phpunit/phpunit": "^5.7 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "files": [ "lib/version_check.php" ], "psr-4": { "Stripe\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Stripe and contributors", "homepage": "https://github.com/stripe/stripe-php/contributors" } ], "description": "Stripe PHP Library", "homepage": "https://stripe.com/", "keywords": [ "api", "payment processing", "stripe" ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", "source": "https://github.com/stripe/stripe-php/tree/v20.0.0" }, "time": "2026-03-26T01:57:48+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=7.2" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "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 for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-12-23T08:48:59+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": {}, "platform-dev": {}, "plugin-api-version": "2.9.0" }