{ "_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": "09e2b46ba27c930cdb0b5722b3a4c16e", "packages": [ { "name": "psr/log", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "src" } }, "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/3.0.2" }, "time": "2024-09-11T13:17:53+00:00" }, { "name": "securetrading/data", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/SecureTrading/PHP-Data.git", "reference": "a4d916f303be9595de8381c40245831875ebbe58" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SecureTrading/PHP-Data/zipball/a4d916f303be9595de8381c40245831875ebbe58", "reference": "a4d916f303be9595de8381c40245831875ebbe58", "shasum": "" }, "require": { "php": "^8.1.0" }, "require-dev": { "securetrading/unittest": "^4.0" }, "type": "library", "autoload": { "psr-4": { "Securetrading\\Data\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Secure Trading's Data package. Contains getters/setters/deleters for a data object and allows extending classes to define validation methods for specific data keys.", "support": { "issues": "https://github.com/SecureTrading/PHP-Data/issues", "source": "https://github.com/SecureTrading/PHP-Data/tree/3.0.1" }, "time": "2023-11-01T09:22:23+00:00" }, { "name": "securetrading/exception", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/SecureTrading/PHP-Exception.git", "reference": "ccb373e5c96608fb0296c0a72752c03c7b80f7b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SecureTrading/PHP-Exception/zipball/ccb373e5c96608fb0296c0a72752c03c7b80f7b0", "reference": "ccb373e5c96608fb0296c0a72752c03c7b80f7b0", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Securetrading\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Secure Trading's base Exception class.", "support": { "issues": "https://github.com/SecureTrading/PHP-Exception/issues", "source": "https://github.com/SecureTrading/PHP-Exception/tree/1.0.1" }, "time": "2020-06-25T10:58:41+00:00" }, { "name": "securetrading/http", "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/SecureTrading/PHP-Http.git", "reference": "bc62b8e1fad06d99c434973bd31e9f4311abc6b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SecureTrading/PHP-Http/zipball/bc62b8e1fad06d99c434973bd31e9f4311abc6b5", "reference": "bc62b8e1fad06d99c434973bd31e9f4311abc6b5", "shasum": "" }, "require": { "php": "^8.1", "psr/log": "^3.0", "securetrading/exception": "^1.0.1", "securetrading/ioc": "^3.0" }, "require-dev": { "securetrading/unittest": "^4.0.0" }, "type": "library", "autoload": { "psr-4": { "Securetrading\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Secure Trading's HTTP package - provides a generic HTTP interface and an implementation that uses cURL. Supports logic for retries; SSL verification; etc.", "support": { "issues": "https://github.com/SecureTrading/PHP-Http/issues", "source": "https://github.com/SecureTrading/PHP-Http/tree/4.0.0" }, "time": "2023-11-07T17:01:39+00:00" }, { "name": "securetrading/ioc", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/SecureTrading/PHP-IoC.git", "reference": "1c7ac60d74843c5d877b6a90fd1c5d76e57d0dc7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SecureTrading/PHP-IoC/zipball/1c7ac60d74843c5d877b6a90fd1c5d76e57d0dc7", "reference": "1c7ac60d74843c5d877b6a90fd1c5d76e57d0dc7", "shasum": "" }, "require": { "php": "^8.0", "securetrading/exception": "^1.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "securetrading/unittest": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Securetrading\\Ioc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Secure Trading's Inversion of Control (IoC) package.", "support": { "issues": "https://github.com/SecureTrading/PHP-IoC/issues", "source": "https://github.com/SecureTrading/PHP-IoC/tree/3.0.0" }, "time": "2021-04-20T13:26:41+00:00" }, { "name": "securetrading/loader", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/SecureTrading/PHP-Loader.git", "reference": "cdd92db2844c73510e6f68bbe775706819c13161" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SecureTrading/PHP-Loader/zipball/cdd92db2844c73510e6f68bbe775706819c13161", "reference": "cdd92db2844c73510e6f68bbe775706819c13161", "shasum": "" }, "require": { "php": "^7.3 || ^8.0" }, "require-dev": { "securetrading/unittest": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Securetrading\\Loader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Secure Trading's Loader package.", "support": { "issues": "https://github.com/SecureTrading/PHP-Loader/issues", "source": "https://github.com/SecureTrading/PHP-Loader/tree/2.0.1" }, "time": "2021-04-20T14:16:07+00:00" }, { "name": "securetrading/log", "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/SecureTrading/PHP-Log.git", "reference": "31ff9bd4d9e7068002b01982c2d0ef289f387f27" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SecureTrading/PHP-Log/zipball/31ff9bd4d9e7068002b01982c2d0ef289f387f27", "reference": "31ff9bd4d9e7068002b01982c2d0ef289f387f27", "shasum": "" }, "require": { "php": "^8.1", "psr/log": "^3.0", "securetrading/exception": "^1.0", "securetrading/ioc": "^3.0", "securetrading/loader": "^2.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "securetrading/unittest": "^4.0" }, "type": "library", "autoload": { "psr-4": { "Securetrading\\Log\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Secure Trading's Log package.", "support": { "issues": "https://github.com/SecureTrading/PHP-Log/issues", "source": "https://github.com/SecureTrading/PHP-Log/tree/4.0.1" }, "time": "2023-11-24T11:50:47+00:00" }, { "name": "securetrading/stpp_json", "version": "4.0.9", "source": { "type": "git", "url": "https://github.com/SecureTrading/PHP-API.git", "reference": "f3a42b979cdc91cd790439eea0bd0de6a4230fd1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SecureTrading/PHP-API/zipball/f3a42b979cdc91cd790439eea0bd0de6a4230fd1", "reference": "f3a42b979cdc91cd790439eea0bd0de6a4230fd1", "shasum": "" }, "require": { "php": "^8.1", "securetrading/data": "^3.0", "securetrading/exception": "^1.0.1", "securetrading/http": "^4.0", "securetrading/ioc": "^3.0", "securetrading/log": "^4.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "securetrading/unittest": "^4.0", "squizlabs/php_codesniffer": "^3.5.5" }, "type": "library", "autoload": { "files": [ "src/helper.php" ], "psr-4": { "Securetrading\\Stpp\\JsonInterface\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Secure Trading's JSON API.", "support": { "issues": "https://github.com/SecureTrading/PHP-API/issues", "source": "https://github.com/SecureTrading/PHP-API/tree/4.0.9" }, "time": "2026-04-24T13:20:58+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" }