{
    "packages": [
        {
            "name": "bamarni\/composer-bin-plugin",
            "version": "1.8.2",
            "version_normalized": "1.8.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/bamarni\/composer-bin-plugin.git",
                "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/bamarni\/composer-bin-plugin\/zipball\/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
                "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "composer\/composer": "^2.0",
                "ext-json": "*",
                "phpstan\/extension-installer": "^1.1",
                "phpstan\/phpstan": "^1.8",
                "phpstan\/phpstan-phpunit": "^1.1",
                "phpunit\/phpunit": "^8.5 || ^9.5",
                "symfony\/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony\/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony\/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
            },
            "time": "2022-10-31T08:38:03+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\Bamarni\\Composer\\Bin\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "No conflicts for your bin dependencies",
            "keywords": [
                "composer",
                "conflict",
                "dependency",
                "executable",
                "isolation",
                "tool"
            ],
            "support": {
                "issues": "https:\/\/github.com\/bamarni\/composer-bin-plugin\/issues",
                "source": "https:\/\/github.com\/bamarni\/composer-bin-plugin\/tree\/1.8.2"
            },
            "install-path": "..\/bamarni\/composer-bin-plugin"
        },
        {
            "name": "danny50610\/bpe-tokeniser",
            "version": "0.2.0",
            "version_normalized": "0.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/danny50610\/bpe-tokeniser.git",
                "reference": "abdaec2e7ee729073fa345c987b81397cd790932"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/danny50610\/bpe-tokeniser\/zipball\/abdaec2e7ee729073fa345c987b81397cd790932",
                "reference": "abdaec2e7ee729073fa345c987b81397cd790932",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "^10"
            },
            "time": "2024-05-18T14:04:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\Danny50610\\BpeTokeniser\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chen, Danny",
                    "email": "danny50610@yahoo.com.tw"
                }
            ],
            "description": "PHP port for openai\/tiktoken (most)",
            "keywords": [
                "cl100k_base",
                "gpt-3.5",
                "gpt-4",
                "tiktoken",
                "tokenizer"
            ],
            "support": {
                "issues": "https:\/\/github.com\/danny50610\/bpe-tokeniser\/issues",
                "source": "https:\/\/github.com\/danny50610\/bpe-tokeniser\/tree\/0.2.0"
            },
            "install-path": "..\/danny50610\/bpe-tokeniser"
        },
        {
            "name": "ezyang\/htmlpurifier",
            "version": "v4.17.0",
            "version_normalized": "4.17.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/ezyang\/htmlpurifier.git",
                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/ezyang\/htmlpurifier\/zipball\/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                "shasum": ""
            },
            "require": {
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
            },
            "require-dev": {
                "cerdic\/css-tidy": "^1.7 || ^2.0",
                "simpletest\/simpletest": "dev-master"
            },
            "suggest": {
                "cerdic\/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
                "ext-tidy": "Used for pretty-printing HTML"
            },
            "time": "2023-11-17T15:01:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "library\/HTMLPurifier.composer.php"
                ],
                "exclude-from-classmap": [
                    "\/library\/HTMLPurifier\/Language\/"
                ],
                "psr-4": {
                    "LWVendor\\HTMLPurifier\\": "library\/HTMLPurifier\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http:\/\/ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http:\/\/htmlpurifier.org\/",
            "keywords": [
                "html"
            ],
            "support": {
                "issues": "https:\/\/github.com\/ezyang\/htmlpurifier\/issues",
                "source": "https:\/\/github.com\/ezyang\/htmlpurifier\/tree\/v4.17.0"
            },
            "install-path": "..\/ezyang\/htmlpurifier"
        },
        {
            "name": "maennchen\/zipstream-php",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/maennchen\/ZipStream-PHP.git",
                "reference": "6187e9cc4493da94b9b63eb2315821552015fca9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/maennchen\/ZipStream-PHP\/zipball\/6187e9cc4493da94b9b63eb2315821552015fca9",
                "reference": "6187e9cc4493da94b9b63eb2315821552015fca9",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-zlib": "*",
                "php-64bit": "^8.1"
            },
            "require-dev": {
                "ext-zip": "*",
                "friendsofphp\/php-cs-fixer": "^3.16",
                "guzzlehttp\/guzzle": "^7.5",
                "mikey179\/vfsstream": "^1.6",
                "php-coveralls\/php-coveralls": "^2.5",
                "phpunit\/phpunit": "^10.0",
                "vimeo\/psalm": "^5.0"
            },
            "suggest": {
                "guzzlehttp\/psr7": "^2.4",
                "psr\/http-message": "^2.0"
            },
            "time": "2024-10-10T12:33:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\ZipStream\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paul Duncan",
                    "email": "pabs@pablotron.org"
                },
                {
                    "name": "Jonatan M\u00e4nnchen",
                    "email": "jonatan@maennchen.ch"
                },
                {
                    "name": "Jesse Donat",
                    "email": "donatj@gmail.com"
                },
                {
                    "name": "Andr\u00e1s Koles\u00e1r",
                    "email": "kolesar@kolesar.hu"
                }
            ],
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
            "keywords": [
                "stream",
                "zip"
            ],
            "support": {
                "issues": "https:\/\/github.com\/maennchen\/ZipStream-PHP\/issues",
                "source": "https:\/\/github.com\/maennchen\/ZipStream-PHP\/tree\/3.1.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/maennchen",
                    "type": "github"
                }
            ],
            "install-path": "..\/maennchen\/zipstream-php"
        },
        {
            "name": "markbaker\/complex",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/MarkBaker\/PHPComplex.git",
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/MarkBaker\/PHPComplex\/zipball\/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "dealerdirect\/phpcodesniffer-composer-installer": "dev-master",
                "phpcompatibility\/php-compatibility": "^9.3",
                "phpunit\/phpunit": "^7.0 || ^8.0 || ^9.0",
                "squizlabs\/php_codesniffer": "^3.7"
            },
            "time": "2022-12-06T16:21:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\Complex\\": "classes\/src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with complex numbers",
            "homepage": "https:\/\/github.com\/MarkBaker\/PHPComplex",
            "keywords": [
                "complex",
                "mathematics"
            ],
            "support": {
                "issues": "https:\/\/github.com\/MarkBaker\/PHPComplex\/issues",
                "source": "https:\/\/github.com\/MarkBaker\/PHPComplex\/tree\/3.0.2"
            },
            "install-path": "..\/markbaker\/complex"
        },
        {
            "name": "markbaker\/matrix",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/MarkBaker\/PHPMatrix.git",
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/MarkBaker\/PHPMatrix\/zipball\/728434227fe21be27ff6d86621a1b13107a2562c",
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "dealerdirect\/phpcodesniffer-composer-installer": "dev-master",
                "phpcompatibility\/php-compatibility": "^9.3",
                "phpdocumentor\/phpdocumentor": "2.*",
                "phploc\/phploc": "^4.0",
                "phpmd\/phpmd": "2.*",
                "phpunit\/phpunit": "^7.0 || ^8.0 || ^9.0",
                "sebastian\/phpcpd": "^4.0",
                "squizlabs\/php_codesniffer": "^3.7"
            },
            "time": "2022-12-02T22:17:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\Matrix\\": "classes\/src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@demon-angel.eu"
                }
            ],
            "description": "PHP Class for working with matrices",
            "homepage": "https:\/\/github.com\/MarkBaker\/PHPMatrix",
            "keywords": [
                "mathematics",
                "matrix",
                "vector"
            ],
            "support": {
                "issues": "https:\/\/github.com\/MarkBaker\/PHPMatrix\/issues",
                "source": "https:\/\/github.com\/MarkBaker\/PHPMatrix\/tree\/3.0.1"
            },
            "install-path": "..\/markbaker\/matrix"
        },
        {
            "name": "orhanerday\/open-ai",
            "version": "4.9.1",
            "version_normalized": "4.9.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/orhanerday\/open-ai.git",
                "reference": "2ccdf2f6b4287b9e570a1ddcf33083b7ad9f7e9c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/orhanerday\/open-ai\/zipball\/2ccdf2f6b4287b9e570a1ddcf33083b7ad9f7e9c",
                "reference": "2ccdf2f6b4287b9e570a1ddcf33083b7ad9f7e9c",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=7.4"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^3.0",
                "pestphp\/pest": "^1.20",
                "spatie\/ray": "^1.28"
            },
            "time": "2023-11-13T04:03:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\Orhanerday\\OpenAi\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Orhan Erday",
                    "email": "orhanerday@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "OpenAI GPT-3 Api Client in PHP",
            "homepage": "https:\/\/github.com\/orhanerday\/open-ai",
            "keywords": [
                "open-ai",
                "orhanerday"
            ],
            "support": {
                "issues": "https:\/\/github.com\/orhanerday\/open-ai\/issues",
                "source": "https:\/\/github.com\/orhanerday\/open-ai\/tree\/4.9.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/orhanerday",
                    "type": "github"
                }
            ],
            "install-path": "..\/orhanerday\/open-ai"
        },
        {
            "name": "phpoffice\/phpspreadsheet",
            "version": "1.29.2",
            "version_normalized": "1.29.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHPOffice\/PhpSpreadsheet.git",
                "reference": "3a5a818d7d3e4b5bd2e56fb9de44dbded6eae07f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHPOffice\/PhpSpreadsheet\/zipball\/3a5a818d7d3e4b5bd2e56fb9de44dbded6eae07f",
                "reference": "3a5a818d7d3e4b5bd2e56fb9de44dbded6eae07f",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-fileinfo": "*",
                "ext-gd": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "ext-xmlreader": "*",
                "ext-xmlwriter": "*",
                "ext-zip": "*",
                "ext-zlib": "*",
                "ezyang\/htmlpurifier": "^4.15",
                "maennchen\/zipstream-php": "^2.1 || ^3.0",
                "markbaker\/complex": "^3.0",
                "markbaker\/matrix": "^3.0",
                "php": "^7.4 || ^8.0",
                "psr\/http-client": "^1.0",
                "psr\/http-factory": "^1.0",
                "psr\/simple-cache": "^1.0 || ^2.0 || ^3.0"
            },
            "require-dev": {
                "dealerdirect\/phpcodesniffer-composer-installer": "dev-main",
                "dompdf\/dompdf": "^1.0 || ^2.0",
                "friendsofphp\/php-cs-fixer": "^3.2",
                "mitoteam\/jpgraph": "^10.3",
                "mpdf\/mpdf": "^8.1.1",
                "phpcompatibility\/php-compatibility": "^9.3",
                "phpstan\/phpstan": "^1.1",
                "phpstan\/phpstan-phpunit": "^1.0",
                "phpunit\/phpunit": "^8.5 || ^9.0",
                "squizlabs\/php_codesniffer": "^3.7",
                "tecnickcom\/tcpdf": "^6.5"
            },
            "suggest": {
                "dompdf\/dompdf": "Option for rendering PDF with PDF Writer",
                "ext-intl": "PHP Internationalization Functions",
                "mitoteam\/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                "mpdf\/mpdf": "Option for rendering PDF with PDF Writer",
                "tecnickcom\/tcpdf": "Option for rendering PDF with PDF Writer"
            },
            "time": "2024-09-29T07:04:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\PhpOffice\\PhpSpreadsheet\\": "src\/PhpSpreadsheet"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maarten Balliauw",
                    "homepage": "https:\/\/blog.maartenballiauw.be"
                },
                {
                    "name": "Mark Baker",
                    "homepage": "https:\/\/markbakeruk.net"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "https:\/\/rootslabs.net"
                },
                {
                    "name": "Erik Tilt"
                },
                {
                    "name": "Adrien Crivelli"
                }
            ],
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "https:\/\/github.com\/PHPOffice\/PhpSpreadsheet",
            "keywords": [
                "OpenXML",
                "excel",
                "gnumeric",
                "ods",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "support": {
                "issues": "https:\/\/github.com\/PHPOffice\/PhpSpreadsheet\/issues",
                "source": "https:\/\/github.com\/PHPOffice\/PhpSpreadsheet\/tree\/1.29.2"
            },
            "install-path": "..\/phpoffice\/phpspreadsheet"
        },
        {
            "name": "psr\/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "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"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\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"
            },
            "install-path": "..\/psr\/http-client"
        },
        {
            "name": "psr\/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.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"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\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"
            },
            "install-path": "..\/psr\/http-factory"
        },
        {
            "name": "psr\/http-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T14:39:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\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\/master"
            },
            "install-path": "..\/psr\/http-message"
        },
        {
            "name": "psr\/simple-cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/simple-cache.git",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/simple-cache\/zipball\/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2017-10-23T01:57:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\Psr\\SimpleCache\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/simple-cache\/tree\/master"
            },
            "install-path": "..\/psr\/simple-cache"
        },
        {
            "name": "rahul900day\/gpt-3-encoder",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/RahulDey12\/gpt-3-encoder.git",
                "reference": "4c3c706a0ddcad137d0f9d592d141d0a23fa2502"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/RahulDey12\/gpt-3-encoder\/zipball\/4c3c706a0ddcad137d0f9d592d141d0a23fa2502",
                "reference": "4c3c706a0ddcad137d0f9d592d141d0a23fa2502",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "pestphp\/pest": "^1.22",
                "phpstan\/phpstan": "^1.10",
                "rector\/rector": "^0.15.21",
                "symfony\/var-dumper": "^5.4 || ^6.0"
            },
            "time": "2023-03-22T20:12:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LWVendor\\Rahul900day\\Gpt3Encoder\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rahul Dey",
                    "email": "rahul900day@gmail.com"
                }
            ],
            "description": "GPT-3-Encoder is a PHP implementation of OpenAI's original python encoder\/decoder.",
            "keywords": [
                "GPT-2-Encoder",
                "GPT-2-Tokenizer",
                "GPT-3",
                "GPT-3-Encoder",
                "GPT-3-Tokenizer",
                "decoder",
                "encoder",
                "gpt-2",
                "php",
                "tokenizer"
            ],
            "support": {
                "issues": "https:\/\/github.com\/RahulDey12\/gpt-3-encoder\/issues",
                "source": "https:\/\/github.com\/RahulDey12\/gpt-3-encoder\/tree\/1.1.0"
            },
            "funding": [
                {
                    "url": "https:\/\/ko-fi.com\/rahul900day",
                    "type": "ko_fi"
                }
            ],
            "abandoned": "rahul900day\/tiktoken-php",
            "install-path": "..\/rahul900day\/gpt-3-encoder"
        },
        {
            "name": "symfony\/polyfill-mbstring",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "LWVendor\\Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.31.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-mbstring"
        },
        {
            "name": "zendtech\/polyfill-mb-ereg",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/zendtech\/polyfill-mb-ereg.git",
                "reference": "813e5b2d0669a8c619e6b5439916b2e5d20d7af0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/zendtech\/polyfill-mb-ereg\/zipball\/813e5b2d0669a8c619e6b5439916b2e5d20d7af0",
                "reference": "813e5b2d0669a8c619e6b5439916b2e5d20d7af0",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "laminas\/laminas-coding-standard": "~2.3.0",
                "php": "^7.3 || ^8.0",
                "phpcompatibility\/php-compatibility": "^9.3",
                "phpunit\/phpunit": "^9.3"
            },
            "time": "2021-08-06T14:25:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/autoload.php"
                ],
                "psr-4": {
                    "LWVendor\\ZendTech\\Polyfill\\MbEreg\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Polyfill for mb_ereg(), mb_eregi(), mb_ereg_match(), and mb_ereg_replace*() functions; primary use case is for mbstring on Windows 7.4+",
            "homepage": "https:\/\/github.com\/zendtech\/polyfill-mb-ereg",
            "keywords": [
                "mbstring",
                "polyfill",
                "zend"
            ],
            "support": {
                "issues": "https:\/\/github.com\/zend-tech\/polyfill-mb-ereg\/issues",
                "rss": "https:\/\/github.com\/zend-tech\/polyfill-mb-ereg\/releases.atom",
                "source": "https:\/\/github.com\/zend-tech\/polyfill-mb-ereg"
            },
            "install-path": "..\/zendtech\/polyfill-mb-ereg"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "bamarni\/composer-bin-plugin"
    ]
}