{
    "packages": [
        {
            "name": "delight-im/auth",
            "version": "v9.0.0",
            "version_normalized": "9.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/delight-im/PHP-Auth.git",
                "reference": "ef996fd2ae63c5afc04bd31e2d1b66f548446f50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/delight-im/PHP-Auth/zipball/ef996fd2ae63c5afc04bd31e2d1b66f548446f50",
                "reference": "ef996fd2ae63c5afc04bd31e2d1b66f548446f50",
                "shasum": ""
            },
            "require": {
                "delight-im/base64": "^1.0",
                "delight-im/cookie": "^3.1",
                "delight-im/db": "^1.5",
                "delight-im/otp": "^1.0",
                "ext-openssl": "*",
                "php": ">=5.6.0"
            },
            "time": "2025-05-28T15:47:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Delight\\Auth\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Authentication for PHP. Simple, lightweight and secure.",
            "homepage": "https://github.com/delight-im/PHP-Auth",
            "keywords": [
                "Authentication",
                "auth",
                "login",
                "security"
            ],
            "support": {
                "issues": "https://github.com/delight-im/PHP-Auth/issues",
                "source": "https://github.com/delight-im/PHP-Auth/tree/v9.0.0"
            },
            "install-path": "../delight-im/auth"
        },
        {
            "name": "delight-im/base64",
            "version": "v1.0.0",
            "version_normalized": "1.0.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"
            },
            "time": "2017-07-24T18:59:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            ],
            "support": {
                "issues": "https://github.com/delight-im/PHP-Base64/issues",
                "source": "https://github.com/delight-im/PHP-Base64/tree/master"
            },
            "install-path": "../delight-im/base64"
        },
        {
            "name": "delight-im/cookie",
            "version": "v3.4.0",
            "version_normalized": "3.4.0.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"
            },
            "time": "2020-04-16T11:01:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../delight-im/cookie"
        },
        {
            "name": "delight-im/db",
            "version": "v1.5.0",
            "version_normalized": "1.5.0.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"
            },
            "time": "2025-05-26T16:39:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../delight-im/db"
        },
        {
            "name": "delight-im/http",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.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"
            },
            "time": "2021-10-12T18:52:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../delight-im/http"
        },
        {
            "name": "delight-im/otp",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/delight-im/PHP-OTP.git",
                "reference": "eb6a5520e13f793dd12f4530ca69549570c99232"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/delight-im/PHP-OTP/zipball/eb6a5520e13f793dd12f4530ca69549570c99232",
                "reference": "eb6a5520e13f793dd12f4530ca69549570c99232",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "paragonie/constant_time_encoding": "~1.1.0 || ~2.7.0",
                "php": ">=5.6.0"
            },
            "time": "2025-08-04T10:06:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.2"
            },
            "install-path": "../delight-im/otp"
        },
        {
            "name": "paragonie/constant_time_encoding",
            "version": "v2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/constant_time_encoding.git",
                "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105",
                "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^1|^2|^3|^4"
            },
            "time": "2024-05-08T12:18:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../paragonie/constant_time_encoding"
        },
        {
            "name": "pear/http_request2",
            "version": "v2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/HTTP_Request2.git",
                "reference": "b1c61b71128045734d757c4d3d436457ace80ea7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/b1c61b71128045734d757c4d3d436457ace80ea7",
                "reference": "b1c61b71128045734d757c4d3d436457ace80ea7",
                "shasum": ""
            },
            "require": {
                "pear/net_url2": "^2.2.0",
                "pear/pear_exception": "^1.0.0",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "pear/log": "^1",
                "yoast/phpunit-polyfills": "^1.0.0"
            },
            "suggest": {
                "ext-curl": "Allows using cURL as a request backend.",
                "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
                "ext-openssl": "Allows handling SSL requests when not using cURL.",
                "ext-zlib": "Allows handling gzip compressed responses."
            },
            "time": "2025-04-06T13:48:50+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-0": {
                    "HTTP_Request2": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Alexey Borzov",
                    "email": "avb@php.net"
                }
            ],
            "description": "Provides an easy way to perform HTTP requests.",
            "homepage": "https://pear.php.net/package/HTTP_Request2",
            "keywords": [
                "PEAR",
                "curl",
                "http",
                "request"
            ],
            "support": {
                "docs": "https://pear.php.net/manual/en/package.http.http-request2.php",
                "issues": "https://github.com/pear/HTTP_Request2/issues",
                "source": "https://github.com/pear/HTTP_Request2"
            },
            "install-path": "../pear/http_request2"
        },
        {
            "name": "pear/net_url2",
            "version": "v2.2.3",
            "version_normalized": "2.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_URL2.git",
                "reference": "c1f2b316ed9b05e881cdb494f7550ddf817c76c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_URL2/zipball/c1f2b316ed9b05e881cdb494f7550ddf817c76c8",
                "reference": "c1f2b316ed9b05e881cdb494f7550ddf817c76c8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.1.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.3.0"
            },
            "time": "2025-03-24T08:03:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "installation-source": "source",
            "autoload": {
                "classmap": [
                    "Net/URL2.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Tom Klingenberg",
                    "email": "tkli@php.net"
                },
                {
                    "name": "David Coallier",
                    "email": "davidc@php.net"
                },
                {
                    "name": "Christian Schmidt",
                    "email": "chmidt@php.net"
                }
            ],
            "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
            "homepage": "https://github.com/pear/Net_URL2",
            "keywords": [
                "PEAR",
                "net",
                "networking",
                "rfc3986",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_URL2",
                "source": "https://github.com/pear/Net_URL2"
            },
            "install-path": "../pear/net_url2"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<9"
            },
            "time": "2021-03-21T15:43:46+00:00",
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "source",
            "autoload": {
                "classmap": [
                    "PEAR/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
                "source": "https://github.com/pear/PEAR_Exception"
            },
            "install-path": "../pear/pear_exception"
        },
        {
            "name": "spatie/pdf-to-text",
            "version": "1.54.1",
            "version_normalized": "1.54.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/pdf-to-text.git",
                "reference": "ad2a792c7e1e68f1bc9b038dc73cdcf760595fbb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/pdf-to-text/zipball/ad2a792c7e1e68f1bc9b038dc73cdcf760595fbb",
                "reference": "ad2a792c7e1e68f1bc9b038dc73cdcf760595fbb",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0",
                "symfony/process": "^4.0|^5.0|^6.0|^7.0"
            },
            "require-dev": {
                "pestphp/pest-plugin-laravel": "^1.3",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-06-13T15:23:19+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Spatie\\PdfToText\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Extract text from a pdf",
            "homepage": "https://github.com/spatie/pdf-to-text",
            "keywords": [
                "pdf-to-text",
                "spatie"
            ],
            "support": {
                "issues": "https://github.com/spatie/pdf-to-text/issues",
                "source": "https://github.com/spatie/pdf-to-text/tree/1.54.1"
            },
            "funding": [
                {
                    "url": "https://spatie.be/open-source/support-us",
                    "type": "custom"
                }
            ],
            "install-path": "../spatie/pdf-to-text"
        },
        {
            "name": "symfony/process",
            "version": "v7.4.8",
            "version_normalized": "7.4.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "60f19cd3badc8de688421e21e4305eba50f8089a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/60f19cd3badc8de688421e21e4305eba50f8089a",
                "reference": "60f19cd3badc8de688421e21e4305eba50f8089a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "time": "2026-03-24T13:12:05+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v7.4.8"
            },
            "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"
                }
            ],
            "install-path": "../symfony/process"
        },
        {
            "name": "tommyknocker/pdo-database-class",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tommyknocker/pdo-database-class.git",
                "reference": "c7c8c1d679d96e1fa68fda7970f0d11408825d15"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tommyknocker/pdo-database-class/zipball/c7c8c1d679d96e1fa68fda7970f0d11408825d15",
                "reference": "c7c8c1d679d96e1fa68fda7970f0d11408825d15",
                "shasum": ""
            },
            "require": {
                "ext-pdo": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0"
            },
            "time": "2021-12-20T03:49:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "PDODb.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Vasiliy A. Ulin",
                    "email": "ulin.vasiliy@gmail.com",
                    "homepage": "http://mysrv.ru",
                    "role": "Developer"
                }
            ],
            "description": "PHP PDO Wrapper which utilizes PDO and prepared statements",
            "homepage": "https://github.com/tommyknocker/pdo-database-class",
            "keywords": [
                "database",
                "mssql",
                "mysql",
                "pdo",
                "pdo_dblib",
                "postgresql",
                "sqlite"
            ],
            "support": {
                "issues": "https://github.com/tommyknocker/pdo-database-class/issues",
                "source": "https://github.com/tommyknocker/pdo-database-class/tree/v1.1.1"
            },
            "install-path": "../tommyknocker/pdo-database-class"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
