diff --git a/composer.json b/composer.json index 53110e2..9ad9954 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-bcmath": "*", "contributte/bootstrap": "^0.7.0", "contributte/latte": "^0.7.0", - "contributte/thepay": "^4.0.2", + "contributte/thepay": "^5.0.0", "contributte/tracy": "^0.7.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index f20c601..eb90a5f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7102c95981b450feb69dc58ab852d466", + "content-hash": "8b021c76d36f3d56d1d04fb1725a6c6c", "packages": [ { "name": "contributte/bootstrap", @@ -150,41 +150,38 @@ }, { "name": "contributte/thepay", - "version": "v4.1.1", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/contributte/thepay.git", - "reference": "19822d98faa8c1ac7f4147591c67ff252dce6512" + "reference": "8c2b96f6c5d9a8bf4b6f49c20110f431821788bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/thepay/zipball/19822d98faa8c1ac7f4147591c67ff252dce6512", - "reference": "19822d98faa8c1ac7f4147591c67ff252dce6512", + "url": "https://api.github.com/repos/contributte/thepay/zipball/8c2b96f6c5d9a8bf4b6f49c20110f431821788bb", + "reference": "8c2b96f6c5d9a8bf4b6f49c20110f431821788bb", "shasum": "" }, "require": { - "contributte/thepay-api": "^4.0.0", - "ext-soap": "*", - "nette/application": "^2.4.11 || ^3.0", - "nette/di": "^2.4.14 || ^3.0", - "nette/http": "^2.4 || ^3.0", - "php": ">=7.1" + "nette/di": "^3.2.5", + "nette/schema": "^1.3.5", + "php": "^8.2", + "thepay/api-client": "^2.2.1" }, "require-dev": { - "nette/bootstrap": "^2.4.6 || ^3.0", - "ninjify/nunjuck": "^0.2.1", - "ninjify/qa": "^0.9.0", - "tracy/tracy": "^2.5.0" + "contributte/phpstan": "~0.3.1", + "contributte/qa": "~0.4.0", + "contributte/tester": "~0.4.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "v4.2.x-dev" + "dev-master": "v5.0.x-dev" } }, "autoload": { "psr-4": { - "Contributte\\ThePay\\": "src/" + "Contributte\\ThePay\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -199,64 +196,19 @@ ], "support": { "issues": "https://github.com/contributte/thepay/issues", - "source": "https://github.com/contributte/thepay/tree/v4.1.1" + "source": "https://github.com/contributte/thepay/tree/v5.0.0" }, - "time": "2021-01-09T16:37:00+00:00" - }, - { - "name": "contributte/thepay-api", - "version": "v4.0.1", - "source": { - "type": "git", - "url": "https://github.com/contributte/thepay-api.git", - "reference": "94094f9ded4c4e268117051e8754a41692721b37" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/contributte/thepay-api/zipball/94094f9ded4c4e268117051e8754a41692721b37", - "reference": "94094f9ded4c4e268117051e8754a41692721b37", - "shasum": "" - }, - "require": { - "ext-hash": "*", - "ext-json": "*", - "ext-soap": "*", - "php": ">=7.1" - }, - "require-dev": { - "ninjify/nunjuck": "^0.2.1", - "ninjify/qa": "^0.8.0" - }, - "suggest": { - "contributte/thepay": "to use as nette extension" - }, - "type": "library", - "extra": { - "branch-alias": { - "master": "v4.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Tp\\": "src/" + "funding": [ + { + "url": "https://contributte.org/partners.html", + "type": "custom" }, - "classmap": [ - "src/exceptions/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "The pay library", - "keywords": [ - "the pay" + { + "url": "https://github.com/f3l1x", + "type": "github" + } ], - "support": { - "issues": "https://github.com/contributte/thepay-api/issues", - "source": "https://github.com/contributte/thepay-api/tree/master" - }, - "time": "2019-03-20T14:05:10+00:00" + "time": "2026-03-27T15:10:02+00:00" }, { "name": "contributte/tracy", @@ -422,101 +374,6 @@ }, "time": "2025-12-18T22:30:40+00:00" }, - { - "name": "nette/application", - "version": "v3.2.9", - "source": { - "type": "git", - "url": "https://github.com/nette/application.git", - "reference": "11d9d6fc53d579a3516c1574c707a5de281bc0a0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/application/zipball/11d9d6fc53d579a3516c1574c707a5de281bc0a0", - "reference": "11d9d6fc53d579a3516c1574c707a5de281bc0a0", - "shasum": "" - }, - "require": { - "nette/component-model": "^3.1", - "nette/http": "^3.3.2", - "nette/routing": "^3.1.1", - "nette/utils": "^4.0", - "php": "8.1 - 8.5" - }, - "conflict": { - "latte/latte": "<2.7.1 || >=3.0.0 <3.0.18 || >=3.2", - "nette/caching": "<3.2", - "nette/di": "<3.2", - "nette/forms": "<3.2", - "nette/schema": "<1.3", - "tracy/tracy": "<2.9" - }, - "require-dev": { - "jetbrains/phpstorm-attributes": "^1.2", - "latte/latte": "^2.10.2 || ^3.0.18", - "mockery/mockery": "^1.6@stable", - "nette/di": "^3.2", - "nette/forms": "^3.2", - "nette/robot-loader": "^4.0", - "nette/security": "^3.2", - "nette/tester": "^2.5.2", - "phpstan/phpstan-nette": "^2.0@stable", - "tracy/tracy": "^2.9" - }, - "suggest": { - "latte/latte": "Allows using Latte in templates", - "nette/forms": "Allows to use Nette\\Application\\UI\\Form" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "autoload": { - "psr-4": { - "Nette\\": "src" - }, - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.", - "homepage": "https://nette.org", - "keywords": [ - "Forms", - "component-based", - "control", - "framework", - "mvc", - "mvp", - "nette", - "presenter", - "routing", - "seo" - ], - "support": { - "issues": "https://github.com/nette/application/issues", - "source": "https://github.com/nette/application/tree/v3.2.9" - }, - "time": "2025-12-19T11:39:00+00:00" - }, { "name": "nette/bootstrap", "version": "v3.2.7", @@ -601,71 +458,6 @@ }, "time": "2025-08-01T02:02:03+00:00" }, - { - "name": "nette/component-model", - "version": "v3.1.3", - "source": { - "type": "git", - "url": "https://github.com/nette/component-model.git", - "reference": "0d100ba05279a1f4b20acecaa617027fbda8ecb2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/component-model/zipball/0d100ba05279a1f4b20acecaa617027fbda8ecb2", - "reference": "0d100ba05279a1f4b20acecaa617027fbda8ecb2", - "shasum": "" - }, - "require": { - "nette/utils": "^4.0", - "php": "8.1 - 8.5" - }, - "require-dev": { - "nette/tester": "^2.5", - "phpstan/phpstan-nette": "^2.0@stable", - "tracy/tracy": "^2.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, - "autoload": { - "psr-4": { - "Nette\\": "src" - }, - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "⚛ Nette Component Model", - "homepage": "https://nette.org", - "keywords": [ - "components", - "nette" - ], - "support": { - "issues": "https://github.com/nette/component-model/issues", - "source": "https://github.com/nette/component-model/tree/v3.1.3" - }, - "time": "2025-11-22T18:56:33+00:00" - }, { "name": "nette/di", "version": "v3.2.5", @@ -742,90 +534,6 @@ }, "time": "2025-08-14T22:59:46+00:00" }, - { - "name": "nette/http", - "version": "v3.3.3", - "source": { - "type": "git", - "url": "https://github.com/nette/http.git", - "reference": "c557f21c8cedd621dbfd7990752b1d55ef353f1d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/http/zipball/c557f21c8cedd621dbfd7990752b1d55ef353f1d", - "reference": "c557f21c8cedd621dbfd7990752b1d55ef353f1d", - "shasum": "" - }, - "require": { - "nette/utils": "^4.0.4", - "php": "8.1 - 8.5" - }, - "conflict": { - "nette/di": "<3.0.3", - "nette/schema": "<1.2" - }, - "require-dev": { - "nette/di": "^3.0", - "nette/security": "^3.0", - "nette/tester": "^2.4", - "phpstan/phpstan-nette": "^2.0@stable", - "tracy/tracy": "^2.8" - }, - "suggest": { - "ext-fileinfo": "to detect MIME type of uploaded files by Nette\\Http\\FileUpload", - "ext-gd": "to use image function in Nette\\Http\\FileUpload", - "ext-intl": "to support punycode by Nette\\Http\\Url", - "ext-session": "to use Nette\\Http\\Session" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3-dev" - } - }, - "autoload": { - "psr-4": { - "Nette\\": "src" - }, - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.", - "homepage": "https://nette.org", - "keywords": [ - "cookies", - "http", - "nette", - "proxy", - "request", - "response", - "security", - "session", - "url" - ], - "support": { - "issues": "https://github.com/nette/http/issues", - "source": "https://github.com/nette/http/tree/v3.3.3" - }, - "time": "2025-10-30T22:32:24+00:00" - }, { "name": "nette/neon", "version": "v3.4.7", @@ -899,16 +607,16 @@ }, { "name": "nette/php-generator", - "version": "v4.2.1", + "version": "v4.2.2", "source": { "type": "git", "url": "https://github.com/nette/php-generator.git", - "reference": "52aff4d9b12f20ca9f3e31a559b646d2fd21dd61" + "reference": "0d7060926f5c3e8c488b9b9ced42d857f12a34b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/php-generator/zipball/52aff4d9b12f20ca9f3e31a559b646d2fd21dd61", - "reference": "52aff4d9b12f20ca9f3e31a559b646d2fd21dd61", + "url": "https://api.github.com/repos/nette/php-generator/zipball/0d7060926f5c3e8c488b9b9ced42d857f12a34b5", + "reference": "0d7060926f5c3e8c488b9b9ced42d857f12a34b5", "shasum": "" }, "require": { @@ -917,9 +625,11 @@ }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.2", + "nette/phpstan-rules": "^1.0", "nette/tester": "^2.6", "nikic/php-parser": "^5.0", - "phpstan/phpstan": "^2.0@stable", + "phpstan/extension-installer": "^1.4@stable", + "phpstan/phpstan": "^2.1.40@stable", "tracy/tracy": "^2.8" }, "suggest": { @@ -965,22 +675,22 @@ ], "support": { "issues": "https://github.com/nette/php-generator/issues", - "source": "https://github.com/nette/php-generator/tree/v4.2.1" + "source": "https://github.com/nette/php-generator/tree/v4.2.2" }, - "time": "2026-02-09T05:43:31+00:00" + "time": "2026-02-26T00:58:33+00:00" }, { "name": "nette/robot-loader", - "version": "v4.1.1", + "version": "v4.1.2", "source": { "type": "git", "url": "https://github.com/nette/robot-loader.git", - "reference": "fb255f5da2676d58863bef1716baf52993c7ffec" + "reference": "ad3f4be7a9cd8a95ccc7596a1c4982a3b103d91e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/robot-loader/zipball/fb255f5da2676d58863bef1716baf52993c7ffec", - "reference": "fb255f5da2676d58863bef1716baf52993c7ffec", + "url": "https://api.github.com/repos/nette/robot-loader/zipball/ad3f4be7a9cd8a95ccc7596a1c4982a3b103d91e", + "reference": "ad3f4be7a9cd8a95ccc7596a1c4982a3b103d91e", "shasum": "" }, "require": { @@ -989,8 +699,10 @@ "php": "8.1 - 8.5" }, "require-dev": { + "nette/phpstan-rules": "^1.0", "nette/tester": "^2.6", - "phpstan/phpstan": "^2.0@stable", + "phpstan/extension-installer": "^1.4@stable", + "phpstan/phpstan": "^2.1.39@stable", "tracy/tracy": "^2.9" }, "type": "library", @@ -1034,87 +746,22 @@ ], "support": { "issues": "https://github.com/nette/robot-loader/issues", - "source": "https://github.com/nette/robot-loader/tree/v4.1.1" + "source": "https://github.com/nette/robot-loader/tree/v4.1.2" }, - "time": "2026-02-08T03:51:26+00:00" - }, - { - "name": "nette/routing", - "version": "v3.1.2", - "source": { - "type": "git", - "url": "https://github.com/nette/routing.git", - "reference": "14c466f3383add0d4f78a82074d3c9841f8edf47" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/routing/zipball/14c466f3383add0d4f78a82074d3c9841f8edf47", - "reference": "14c466f3383add0d4f78a82074d3c9841f8edf47", - "shasum": "" - }, - "require": { - "nette/http": "^3.2 || ~4.0.0", - "nette/utils": "^4.0", - "php": "8.1 - 8.5" - }, - "require-dev": { - "nette/tester": "^2.5", - "phpstan/phpstan-nette": "^2.0@stable", - "tracy/tracy": "^2.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, - "autoload": { - "psr-4": { - "Nette\\": "src" - }, - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "Nette Routing: two-ways URL conversion", - "homepage": "https://nette.org", - "keywords": [ - "nette" - ], - "support": { - "issues": "https://github.com/nette/routing/issues", - "source": "https://github.com/nette/routing/tree/v3.1.2" - }, - "time": "2025-10-31T00:55:27+00:00" + "time": "2026-02-23T04:18:24+00:00" }, { "name": "nette/schema", - "version": "v1.3.4", + "version": "v1.3.5", "source": { "type": "git", "url": "https://github.com/nette/schema.git", - "reference": "086497a2f34b82fede9b5a41cc8e131d087cd8f7" + "reference": "f0ab1a3cda782dbc5da270d28545236aa80c4002" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/086497a2f34b82fede9b5a41cc8e131d087cd8f7", - "reference": "086497a2f34b82fede9b5a41cc8e131d087cd8f7", + "url": "https://api.github.com/repos/nette/schema/zipball/f0ab1a3cda782dbc5da270d28545236aa80c4002", + "reference": "f0ab1a3cda782dbc5da270d28545236aa80c4002", "shasum": "" }, "require": { @@ -1122,8 +769,10 @@ "php": "8.1 - 8.5" }, "require-dev": { + "nette/phpstan-rules": "^1.0", "nette/tester": "^2.6", - "phpstan/phpstan": "^2.0@stable", + "phpstan/extension-installer": "^1.4@stable", + "phpstan/phpstan": "^2.1.39@stable", "tracy/tracy": "^2.8" }, "type": "library", @@ -1164,22 +813,22 @@ ], "support": { "issues": "https://github.com/nette/schema/issues", - "source": "https://github.com/nette/schema/tree/v1.3.4" + "source": "https://github.com/nette/schema/tree/v1.3.5" }, - "time": "2026-02-08T02:54:00+00:00" + "time": "2026-02-23T03:47:12+00:00" }, { "name": "nette/utils", - "version": "v4.1.2", + "version": "v4.1.3", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5" + "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", - "reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", + "url": "https://api.github.com/repos/nette/utils/zipball/bb3ea637e3d131d72acc033cfc2746ee893349fe", + "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe", "shasum": "" }, "require": { @@ -1191,8 +840,10 @@ }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.2", + "nette/phpstan-rules": "^1.0", "nette/tester": "^2.5", - "phpstan/phpstan": "^2.0@stable", + "phpstan/extension-installer": "^1.4@stable", + "phpstan/phpstan": "^2.1@stable", "tracy/tracy": "^2.9" }, "suggest": { @@ -1253,9 +904,213 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.1.2" + "source": "https://github.com/nette/utils/tree/v4.1.3" + }, + "time": "2026-02-13T03:05:33+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": "2.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.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": "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/2.0" + }, + "time": "2023-04-04T09:54:51+00:00" + }, + { + "name": "thepay/api-client", + "version": "v2.2.1", + "source": { + "type": "git", + "url": "https://github.com/ThePay/api-client.git", + "reference": "fa953c2782c1481dc671556038923460e31c2b30" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ThePay/api-client/zipball/fa953c2782c1481dc671556038923460e31c2b30", + "reference": "fa953c2782c1481dc671556038923460e31c2b30", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "~7.4|~8.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0|^2.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "*", + "guzzlehttp/guzzle": "^7.7", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^9.0" + }, + "suggest": { + "guzzlehttp/guzzle": "Widly used implementation of PSR-7 (psr/http-message), PSR-17 (psr/http-factory) and PSR-18 (psr/http-client)" + }, + "type": "library", + "autoload": { + "psr-4": { + "ThePay\\ApiClient\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "description": "API client for ThePay - payment gate API", + "support": { + "issues": "https://github.com/ThePay/api-client/issues", + "source": "https://github.com/ThePay/api-client/tree/v2.2.1" }, - "time": "2026-02-03T17:21:09+00:00" + "time": "2026-03-25T11:50:56+00:00" }, { "name": "tracy/tracy", @@ -1913,13 +1768,13 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=8.4", "ext-bcmath": "*" }, - "platform-dev": [], - "plugin-api-version": "2.6.0" + "platform-dev": {}, + "plugin-api-version": "2.9.0" }