{
    "packages": [
        {
            "name": "psr/http-factory",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:10:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "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/tree/1.0.2"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://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/2.0"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/http-server-handler",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-handler.git",
                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:06:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side request handler",
            "keywords": [
                "handler",
                "http",
                "http-interop",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response",
                "server"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
            },
            "install-path": "../psr/http-server-handler"
        },
        {
            "name": "psr/http-server-middleware",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-middleware.git",
                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-server-handler": "^1.0"
            },
            "time": "2023-04-11T06:14:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side middleware",
            "keywords": [
                "http",
                "http-interop",
                "middleware",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "issues": "https://github.com/php-fig/http-server-middleware/issues",
                "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
            },
            "install-path": "../psr/http-server-middleware"
        },
        {
            "name": "shieldon/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/terrylinooo/event-dispatcher.git",
                "reference": "7ade01568f13c75f938c02f8054a008a082de0e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/terrylinooo/event-dispatcher/zipball/7ade01568f13c75f938c02f8054a008a082de0e5",
                "reference": "7ade01568f13c75f938c02f8054a008a082de0e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7"
            },
            "time": "2020-08-14T02:15:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Shieldon\\Event\\": "src/Event/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Terry Lin",
                    "email": "contact@terryl.in",
                    "homepage": "https://terryl.in",
                    "role": "Developer"
                }
            ],
            "description": "Event dispatcher for PHP.",
            "homepage": "https://github.com/terrylinooo/event-dispatcher",
            "keywords": [
                "HOOK",
                "dispatcher",
                "event",
                "wordpress-filter"
            ],
            "support": {
                "issues": "https://github.com/terrylinooo/event-dispatcher/issues",
                "source": "https://github.com/terrylinooo/event-dispatcher/tree/1.0.0"
            },
            "install-path": "../shieldon/event-dispatcher"
        },
        {
            "name": "shieldon/messenger",
            "version": "1.6.2",
            "version_normalized": "1.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/terrylinooo/messenger.git",
                "reference": "5a533e513ed34163ac1f89f4ef578cad12c9cacd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/terrylinooo/messenger/zipball/5a533e513ed34163ac1f89f4ef578cad12c9cacd",
                "reference": "5a533e513ed34163ac1f89f4ef578cad12c9cacd",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7"
            },
            "time": "2020-07-11T18:18:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Shieldon\\Messenger\\": "src/Messenger"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Terry Lin",
                    "email": "contact@terryl.in",
                    "homepage": "https://terryl.in",
                    "role": "Developer"
                }
            ],
            "description": "Sending messages to the third-party services made easy for PHP.",
            "homepage": "https://github.com/terrylinooo/messenger",
            "keywords": [
                "Messenger",
                "mailer",
                "message",
                "smtp"
            ],
            "support": {
                "issues": "https://github.com/terrylinooo/messenger/issues",
                "source": "https://github.com/terrylinooo/messenger/tree/1.6.2"
            },
            "install-path": "../shieldon/messenger"
        },
        {
            "name": "shieldon/psr-http",
            "version": "1.2.7",
            "version_normalized": "1.2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/terrylinooo/psr-http.git",
                "reference": "79cd50a871cad912fbe14fbf7eea44831e3da854"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/terrylinooo/psr-http/zipball/79cd50a871cad912fbe14fbf7eea44831e3da854",
                "reference": "79cd50a871cad912fbe14fbf7eea44831e3da854",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "time": "2023-06-06T07:59:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Shieldon\\Psr7\\": "src/Psr7",
                    "Shieldon\\Psr15\\": "src/Psr15",
                    "Shieldon\\Psr17\\": "src/Psr17"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Terry Lin",
                    "email": "contact@terryl.in",
                    "homepage": "https://terryl.in",
                    "role": "Developer"
                }
            ],
            "description": "HTTP implementation for PSR standard.",
            "homepage": "https://github.com/terrylinooo/psr-http",
            "keywords": [
                "php-http",
                "psr-15",
                "psr-17",
                "psr7"
            ],
            "support": {
                "issues": "https://github.com/terrylinooo/psr-http/issues",
                "source": "https://github.com/terrylinooo/psr-http/tree/1.2.7"
            },
            "install-path": "../shieldon/psr-http"
        },
        {
            "name": "shieldon/shieldon",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/terrylinooo/shieldon.git",
                "reference": "72cf49cf58d9828816e8e445fb1708ceb18676ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/terrylinooo/shieldon/zipball/72cf49cf58d9828816e8e445fb1708ceb18676ec",
                "reference": "72cf49cf58d9828816e8e445fb1708ceb18676ec",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0",
                "psr/http-factory": "*",
                "psr/http-message": "*",
                "shieldon/event-dispatcher": "^1",
                "shieldon/messenger": "^1",
                "shieldon/psr-http": "^1.2",
                "shieldon/web-security": "^1"
            },
            "require-dev": {
                "phpunit/phpunit": "^8 || ^9 || ^10"
            },
            "time": "2023-06-17T08:48:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Shieldon\\Firewall\\": "src/Firewall"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Terry Lin",
                    "email": "contact@terryl.in",
                    "homepage": "https://terryl.in",
                    "role": "Developer"
                }
            ],
            "description": "Web application firewall for PHP.",
            "homepage": "https://github.com/terrylinooo/shieldon",
            "keywords": [
                "anti-scraping",
                "firewall",
                "web-application-firewall",
                "web-security",
                "www-authenticate",
                "xss-filter",
                "xss-protection"
            ],
            "support": {
                "issues": "https://github.com/terrylinooo/shieldon/issues",
                "source": "https://github.com/terrylinooo/shieldon/tree/2.1.1"
            },
            "install-path": "../shieldon/shieldon"
        },
        {
            "name": "shieldon/web-security",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/terrylinooo/web-security.git",
                "reference": "05a5837db2f8777548ed945f676aaccfc7a35427"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/terrylinooo/web-security/zipball/05a5837db2f8777548ed945f676aaccfc7a35427",
                "reference": "05a5837db2f8777548ed945f676aaccfc7a35427",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7"
            },
            "time": "2020-07-22T08:06:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Shieldon\\Security\\": "src/Security/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Terry Lin",
                    "email": "contact@terryl.in",
                    "homepage": "https://terryl.in",
                    "role": "Developer"
                }
            ],
            "description": "XSS protection for PHP.",
            "homepage": "https://github.com/terrylinooo/web-security",
            "keywords": [
                "firewall",
                "web-security",
                "xss-filter",
                "xss-protection"
            ],
            "support": {
                "issues": "https://github.com/terrylinooo/web-security/issues",
                "source": "https://github.com/terrylinooo/web-security/tree/master"
            },
            "install-path": "../shieldon/web-security"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
