{ "_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": "2467e7d9c74e16240dd81cd23d33a880", "packages": [ { "name": "delight-im/base64", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Base64.git", "reference": "687b2a49f663e162030a8d27b32838bbe7f91c78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Base64/zipball/687b2a49f663e162030a8d27b32838bbe7f91c78", "reference": "687b2a49f663e162030a8d27b32838bbe7f91c78", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Base64\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Simple and convenient Base64 encoding and decoding for PHP", "homepage": "https://github.com/delight-im/PHP-Base64", "keywords": [ "URL-safe", "base-64", "base64", "decode", "decoding", "encode", "encoding", "url" ], "time": "2017-07-24T18:59:51+00:00" }, { "name": "delight-im/cookie", "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Cookie.git", "reference": "67065d34272377d63bab0bd58f984f9b228c803f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/67065d34272377d63bab0bd58f984f9b228c803f", "reference": "67065d34272377d63bab0bd58f984f9b228c803f", "shasum": "" }, "require": { "delight-im/http": "^2.0", "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Cookie\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Modern cookie management for PHP", "homepage": "https://github.com/delight-im/PHP-Cookie", "keywords": [ "cookie", "cookies", "csrf", "http", "same-site", "samesite", "xss" ], "support": { "issues": "https://github.com/delight-im/PHP-Cookie/issues", "source": "https://github.com/delight-im/PHP-Cookie/tree/v3.4.0" }, "time": "2020-04-16T11:01:26+00:00" }, { "name": "delight-im/db", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-DB.git", "reference": "c613571382fa76359abc6de71d19738d7b7f1d13" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/c613571382fa76359abc6de71d19738d7b7f1d13", "reference": "c613571382fa76359abc6de71d19738d7b7f1d13", "shasum": "" }, "require": { "ext-pdo": "*", "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Db\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Safe and convenient SQL database access in a driver-agnostic way", "homepage": "https://github.com/delight-im/PHP-DB", "keywords": [ "database", "mysql", "pdo", "pgsql", "postgresql", "sql", "sqlite" ], "support": { "issues": "https://github.com/delight-im/PHP-DB/issues", "source": "https://github.com/delight-im/PHP-DB/tree/v1.5.0" }, "time": "2025-05-26T16:39:50+00:00" }, { "name": "delight-im/http", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-HTTP.git", "reference": "a5c2c4eae1dd3207f797984e8f64f2d71ed889dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-HTTP/zipball/a5c2c4eae1dd3207f797984e8f64f2d71ed889dd", "reference": "a5c2c4eae1dd3207f797984e8f64f2d71ed889dd", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Hypertext Transfer Protocol (HTTP) utilities for PHP", "homepage": "https://github.com/delight-im/PHP-HTTP", "keywords": [ "headers", "http", "https" ], "support": { "issues": "https://github.com/delight-im/PHP-HTTP/issues", "source": "https://github.com/delight-im/PHP-HTTP/tree/v2.1.0" }, "time": "2021-10-12T18:52:29+00:00" }, { "name": "delight-im/otp", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-OTP.git", "reference": "d012342f5ee3430394b568b46a00c412c24f4f4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/delight-im/PHP-OTP/zipball/d012342f5ee3430394b568b46a00c412c24f4f4a", "reference": "d012342f5ee3430394b568b46a00c412c24f4f4a", "shasum": "" }, "require": { "ext-openssl": "*", "paragonie/constant_time_encoding": "~1.1.0", "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-4": { "Delight\\Otp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "One-time password (OTP) implementation for two-factor authentication with TOTP in accordance with RFC 6238 and RFC 4226", "homepage": "https://github.com/delight-im/PHP-OTP", "keywords": [ "2fa", "google-authenticator", "hotp", "otp", "rfc-4226", "rfc-6238", "rfc4226", "rfc6238", "tfa", "totp", "two-factor", "two-factor-authentication" ], "support": { "issues": "https://github.com/delight-im/PHP-OTP/issues", "source": "https://github.com/delight-im/PHP-OTP/tree/v1.0.1" }, "time": "2023-07-03T08:13:03+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "317718fb438e60151f72b20404f040cb5ae1d494" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/317718fb438e60151f72b20404f040cb5ae1d494", "reference": "317718fb438e60151f72b20404f040cb5ae1d494", "shasum": "" }, "require": { "php": "^5.3|^7|^8" }, "require-dev": { "paragonie/random_compat": "^1.4|^2", "phpunit/phpunit": ">= 4" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "time": "2022-01-17T05:23:46+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.6.0", "ext-openssl": "*" }, "platform-dev": [], "plugin-api-version": "2.1.0" }