{ "_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": "5e2e4ff3faf3748d669f1cbfb32abfef", "packages": [ { "name": "nimbly/capsule", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/nimbly/Capsule.git", "reference": "1ffd0f530621b0fa7a85c0e27ba101cf061dfe0f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nimbly/Capsule/zipball/1ffd0f530621b0fa7a85c0e27ba101cf061dfe0f", "reference": "1ffd0f530621b0fa7a85c0e27ba101cf061dfe0f", "shasum": "" }, "require": { "php": ">=7.3|^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4", "phpunit/phpunit": "^9.0", "symfony/var-dumper": "^4.3", "vimeo/psalm": "^4.0" }, "type": "library", "autoload": { "psr-4": { "Capsule\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brent Scheffler", "email": "brent@brentscheffler.com" } ], "description": "Capsule is a simple PSR-7 HTTP message and PSR-17 HTTP factory implementation.", "support": { "issues": "https://github.com/nimbly/Capsule/issues", "source": "https://github.com/nimbly/Capsule/tree/1.1.2" }, "time": "2021-06-17T20:22:27+00:00" }, { "name": "nimbly/shuttle", "version": "0.4", "source": { "type": "git", "url": "https://github.com/nimbly/Shuttle.git", "reference": "b3f36e398608922e0590c2954f14b5fa5fec01ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nimbly/Shuttle/zipball/b3f36e398608922e0590c2954f14b5fa5fec01ba", "reference": "b3f36e398608922e0590c2954f14b5fa5fec01ba", "shasum": "" }, "require": { "ext-json": "*", "nimbly/capsule": "^1.0", "php": ">=7.2", "psr/http-client": "^1.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^8.0", "symfony/var-dumper": "^4.2", "vimeo/psalm": "^3.0" }, "suggest": { "ext-curl": "Use cURL library to make HTTP calls." }, "type": "library", "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Shuttle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brent Scheffler", "email": "brent@nimbly.io" } ], "description": "Simple PSR-18 HTTP client.", "keywords": [ "client", "curl", "http", "http client", "psr-18", "stream context" ], "support": { "issues": "https://github.com/nimbly/Shuttle/issues", "source": "https://github.com/nimbly/Shuttle/tree/master" }, "time": "2020-03-15T23:50:44+00:00" }, { "name": "psr/http-client", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client" }, "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { "php": ">=7.1", "psr/http-message": "^1.0 || ^2.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": "https://www.php-fig.org/" } ], "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory" }, "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.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" ], "support": { "source": "https://github.com/php-fig/http-message/tree/1.1" }, "time": "2023-04-04T09:50:52+00:00" }, { "name": "tomorrow-ideas/plaid-sdk-php", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/TomorrowIdeas/plaid-sdk-php.git", "reference": "6aa0476fe827237528eb862493dcfad7b005fc28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TomorrowIdeas/plaid-sdk-php/zipball/6aa0476fe827237528eb862493dcfad7b005fc28", "reference": "6aa0476fe827237528eb862493dcfad7b005fc28", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "nimbly/shuttle": "^0.4", "php": ">=7.3|>=8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^9.0", "symfony/var-dumper": "^4.2", "vimeo/psalm": "^4.0" }, "type": "library", "autoload": { "psr-4": { "TomorrowIdeas\\Plaid\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brent Scheffler", "email": "brent@brentscheffler.com" } ], "description": "PHP implementation of Plaid's API as an SDK.", "keywords": [ "php", "plaid", "sdk" ], "support": { "issues": "https://github.com/TomorrowIdeas/plaid-sdk-php/issues", "source": "https://github.com/TomorrowIdeas/plaid-sdk-php/tree/1.0.9" }, "time": "2022-07-07T18:57:27+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.6.0" }