{
    "packages": [
        {
            "name": "codeigniter4/framework",
            "version": "4.7.0",
            "version_normalized": "4.7.0.0",
            "dist": {
                "type": "path",
                "url": "vendor-src/ci4-framework",
                "reference": "6b298c1cb6e993dd2585386e121c012dba3bdec5"
            },
            "require": {
                "ext-intl": "*",
                "ext-mbstring": "*",
                "laminas/laminas-escaper": "^2.18",
                "php": "^8.2",
                "psr/log": "^3.0"
            },
            "require-dev": {
                "codeigniter/coding-standard": "^1.7",
                "fakerphp/faker": "^1.24",
                "friendsofphp/php-cs-fixer": "^3.47.1",
                "kint-php/kint": "^6.1",
                "mikey179/vfsstream": "^1.6.12",
                "nexusphp/cs-config": "^3.6",
                "phpunit/phpunit": "^10.5.16 || ^11.2",
                "predis/predis": "^3.0"
            },
            "suggest": {
                "ext-apcu": "If you use Cache class ApcuHandler",
                "ext-curl": "If you use CURLRequest class",
                "ext-dom": "If you use TestResponse",
                "ext-exif": "If you run Image class tests",
                "ext-fileinfo": "Improves mime type detection for files",
                "ext-gd": "If you use Image class GDHandler",
                "ext-imagick": "If you use Image class ImageMagickHandler",
                "ext-libxml": "If you use TestResponse",
                "ext-memcache": "If you use Cache class MemcachedHandler with Memcache",
                "ext-memcached": "If you use Cache class MemcachedHandler with Memcached",
                "ext-mysqli": "If you use MySQL",
                "ext-oci8": "If you use Oracle Database",
                "ext-pcntl": "If you use Signals",
                "ext-pgsql": "If you use PostgreSQL",
                "ext-posix": "If you use Signals",
                "ext-readline": "Improves CLI::input() usability",
                "ext-redis": "If you use Cache class RedisHandler",
                "ext-simplexml": "If you format XML",
                "ext-sodium": "If you use Encryption SodiumHandler",
                "ext-sqlite3": "If you use SQLite3",
                "ext-sqlsrv": "If you use SQL Server",
                "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"
            },
            "type": "project",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "CodeIgniter\\": "system/"
                },
                "exclude-from-classmap": [
                    "**/Database/Migrations/**"
                ]
            },
            "scripts": {
                "test": [
                    "phpunit"
                ]
            },
            "license": [
                "MIT"
            ],
            "description": "The CodeIgniter framework v4",
            "homepage": "https://codeigniter.com",
            "support": {
                "forum": "https://forum.codeigniter.com/",
                "source": "https://github.com/codeigniter4/CodeIgniter4",
                "slack": "https://codeigniterchat.slack.com"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../codeigniter4/framework"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.18.0",
            "version_normalized": "2.18.0.0",
            "dist": {
                "type": "path",
                "url": "vendor-src/laminas-escaper",
                "reference": "c4e969535bd0b1ec232ce64b51d5c41360ae03c9"
            },
            "require": {
                "ext-ctype": "*",
                "ext-mbstring": "*",
                "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
            },
            "conflict": {
                "zendframework/zend-escaper": "*"
            },
            "require-dev": {
                "infection/infection": "^0.32.0",
                "laminas/laminas-coding-standard": "~3.1.0",
                "phpunit/phpunit": "^11.5.42",
                "psalm/plugin-phpunit": "^0.19.5",
                "vimeo/psalm": "^6.13.1"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "LaminasTest\\Escaper\\": "test/"
                }
            },
            "scripts": {
                "check": [
                    "@cs-check",
                    "@test"
                ],
                "cs-check": [
                    "phpcs"
                ],
                "cs-fix": [
                    "phpcbf"
                ],
                "static-analysis": [
                    "psalm --shepherd --stats"
                ],
                "test": [
                    "phpunit --colors=always"
                ],
                "test-coverage": [
                    "phpunit --colors=always --coverage-clover clover.xml"
                ]
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "support": {
                "docs": "https://docs.laminas.dev/laminas-escaper/",
                "issues": "https://github.com/laminas/laminas-escaper/issues",
                "source": "https://github.com/laminas/laminas-escaper",
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                "chat": "https://laminas.dev/chat",
                "forum": "https://discourse.laminas.dev"
            },
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../laminas/laminas-escaper"
        },
        {
            "name": "psr/log",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "dist": {
                "type": "path",
                "url": "vendor-src/psr-log",
                "reference": "2b89c71cc20dd7d386e01bd2660411a6b6ccff35"
            },
            "require": {
                "php": ">=8.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "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"
            ],
            "transport-options": {
                "symlink": false,
                "relative": true
            },
            "install-path": "../psr/log"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
