{
    "packages": [
        {
            "name": "broccoli-html-editor/broccoli-field-summernote",
            "version": "0.4.x-dev",
            "version_normalized": "0.4.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/broccoli-html-editor/broccoli-field-summernote.git",
                "reference": "88501c3c56f123dcfa3300cca704d3022157ecb4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/broccoli-html-editor/broccoli-field-summernote/zipball/88501c3c56f123dcfa3300cca704d3022157ecb4",
                "reference": "88501c3c56f123dcfa3300cca704d3022157ecb4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "pickles2/px-fw-2.x": "^2.0",
                "pickles2/px2-multitheme": "^2.0",
                "pickles2/px2-px2dthelper": "^2.0",
                "tomk79/broccoli-module-std-document": "^0.1"
            },
            "time": "2024-11-01T14:30:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/summernote.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "WYSIWYGエディタ \"summernote\" によるフィールド機能を追加します。",
            "keywords": [
                "broccoli",
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/broccoli-html-editor/broccoli-field-summernote/issues",
                "source": "https://github.com/broccoli-html-editor/broccoli-field-summernote/tree/0.4.1"
            },
            "install-path": "../broccoli-html-editor/broccoli-field-summernote"
        },
        {
            "name": "broccoli-html-editor/broccoli-field-table",
            "version": "0.4.x-dev",
            "version_normalized": "0.4.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/broccoli-html-editor/broccoli-field-table.git",
                "reference": "c4e3c3f14740d76310bd5e940bb63b358dcc0e05"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/broccoli-html-editor/broccoli-field-table/zipball/c4e3c3f14740d76310bd5e940bb63b358dcc0e05",
                "reference": "c4e3c3f14740d76310bd5e940bb63b358dcc0e05",
                "shasum": ""
            },
            "require": {
                "michelf/php-markdown": "~1.8",
                "php": ">=5.4.0",
                "tomk79/filesystem": ">=1.0",
                "tomk79/php-excel2html": "^0.0.8||~0.1",
                "tomk79/request": ">=1.0"
            },
            "require-dev": {
                "broccoli-html-editor/broccoli-html-editor": "~1.0||~0.5.2",
                "phpunit/phpunit": "~9.5"
            },
            "time": "2023-11-12T16:09:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "broccoliHtmlEditor\\broccoliFieldTable\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "support": {
                "issues": "https://github.com/broccoli-html-editor/broccoli-field-table/issues",
                "source": "https://github.com/broccoli-html-editor/broccoli-field-table/tree/0.4.1"
            },
            "install-path": "../broccoli-html-editor/broccoli-field-table"
        },
        {
            "name": "broccoli-html-editor/broccoli-html-editor",
            "version": "1.3.x-dev",
            "version_normalized": "1.3.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/broccoli-html-editor/broccoli-html-editor.git",
                "reference": "4348e4a2485c26595a35ce82ccd0cced8003b1ac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/broccoli-html-editor/broccoli-html-editor/zipball/4348e4a2485c26595a35ce82ccd0cced8003b1ac",
                "reference": "4348e4a2485c26595a35ce82ccd0cced8003b1ac",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "michelf/php-markdown": ">=1.8",
                "php": ">=7.3.0",
                "scssphp/scssphp": ">=1.4",
                "tomk79/filesystem": "^1.0",
                "tomk79/langbank": "^0.3.0||^0.2.0||^0.1.0||^0.0.4",
                "twig/twig": "^1.35||^2.12||^3.11"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "tomk79/request": "^1.3"
            },
            "time": "2025-01-17T18:45:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/simple_html_dom.php"
                ],
                "psr-4": {
                    "broccoliHtmlEditor\\": [
                        "php",
                        "php/fncs",
                        "php/helper"
                    ],
                    "broccoliHtmlEditor\\fields\\": [
                        "fields/php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "GUI HTML Editor Library.",
            "keywords": [
                "broccoli-html-editor"
            ],
            "support": {
                "issues": "https://github.com/broccoli-html-editor/broccoli-html-editor/issues",
                "source": "https://github.com/broccoli-html-editor/broccoli-html-editor/tree/1.2.3"
            },
            "install-path": "../broccoli-html-editor/broccoli-html-editor"
        },
        {
            "name": "broccoli-html-editor/kaleflower",
            "version": "0.1.x-dev",
            "version_normalized": "0.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/broccoli-html-editor/kaleflower.git",
                "reference": "7fe3208b6b6d91d2569a0a8b11dd3436f6adef01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/broccoli-html-editor/kaleflower/zipball/7fe3208b6b6d91d2569a0a8b11dd3436f6adef01",
                "reference": "7fe3208b6b6d91d2569a0a8b11dd3436f6adef01",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "php": ">=7.3.0",
                "pickles2/px2style": "^3.4",
                "tomk79/filesystem": "^1.0",
                "tomk79/langbank": "^0.3.0||^0.2.0||^0.1.0||^0.0.4",
                "twig/twig": "^1.35||^2.12||^3.11"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5"
            },
            "time": "2025-04-27T15:28:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "kaleflower\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "GUI HTML Editor Library.",
            "keywords": [
                "kaleflower"
            ],
            "support": {
                "issues": "https://github.com/broccoli-html-editor/kaleflower/issues",
                "source": "https://github.com/broccoli-html-editor/kaleflower/tree/develop"
            },
            "install-path": "../broccoli-html-editor/kaleflower"
        },
        {
            "name": "composer/pcre",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/pcre.git",
                "reference": "deb3871d20d5012eb5faa5a9caa71c44f151db49"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/pcre/zipball/deb3871d20d5012eb5faa5a9caa71c44f151db49",
                "reference": "deb3871d20d5012eb5faa5a9caa71c44f151db49",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<1.11.10"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.12 || ^2",
                "phpstan/phpstan-deprecation-rules": "^1 || ^2",
                "phpstan/phpstan-strict-rules": "^1 || ^2",
                "phpunit/phpunit": "^8 || ^9"
            },
            "time": "2024-11-20T09:10:58+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                },
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Pcre\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
            "keywords": [
                "PCRE",
                "preg",
                "regex",
                "regular expression"
            ],
            "support": {
                "issues": "https://github.com/composer/pcre/issues",
                "source": "https://github.com/composer/pcre/tree/main"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./pcre"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.18.0",
            "version_normalized": "4.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "cb56001e54359df7ae76dc522d08845dc741621b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
                "reference": "cb56001e54359df7ae76dc522d08845dc741621b",
                "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 || ~8.4.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": "2024-11-01T03:51:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "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.18.0"
            },
            "install-path": "../ezyang/htmlpurifier"
        },
        {
            "name": "graham-campbell/result-type",
            "version": "1.1.x-dev",
            "version_normalized": "1.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/GrahamCampbell/Result-Type.git",
                "reference": "bdd52c41913b414f4ca7dcb34482babcd0e9bd58"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/bdd52c41913b414f4ca7dcb34482babcd0e9bd58",
                "reference": "bdd52c41913b414f4ca7dcb34482babcd0e9bd58",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "phpoption/phpoption": "^1.9.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7"
            },
            "time": "2025-03-02T21:31:24+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GrahamCampbell\\ResultType\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "An Implementation Of The Result Type",
            "keywords": [
                "Graham Campbell",
                "GrahamCampbell",
                "Result Type",
                "Result-Type",
                "result"
            ],
            "support": {
                "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
                "source": "https://github.com/GrahamCampbell/Result-Type/tree/1.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
                    "type": "tidelift"
                }
            ],
            "install-path": "../graham-campbell/result-type"
        },
        {
            "name": "league/uri",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri.git",
                "reference": "6609c07ab417ece52d0857e0b0b286e007412ee1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/6609c07ab417ece52d0857e0b0b286e007412ee1",
                "reference": "6609c07ab417ece52d0857e0b0b286e007412ee1",
                "shasum": ""
            },
            "require": {
                "league/uri-interfaces": "^7.6",
                "php": "^8.1"
            },
            "conflict": {
                "league/uri-schemes": "^1.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-dom": "to convert the URI into an HTML anchor tag",
                "ext-fileinfo": "to create Data URI from file contennts",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
                "league/uri-components": "Needed to easily manipulate URI objects components",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot/url": "to handle WHATWG URL",
                "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2025-04-29T10:19:06+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "URI manipulation library",
            "homepage": "https://uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https://uri.thephpleague.com",
                "forum": "https://thephpleague.slack.com",
                "issues": "https://github.com/thephpleague/uri-src/issues",
                "source": "https://github.com/thephpleague/uri/tree/master"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/uri"
        },
        {
            "name": "league/uri-interfaces",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri-interfaces.git",
                "reference": "fd57853edd00a66329dcc79fc8e8811c9b64ccbd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/fd57853edd00a66329dcc79fc8e8811c9b64ccbd",
                "reference": "fd57853edd00a66329dcc79fc8e8811c9b64ccbd",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^8.1",
                "psr/http-factory": "^1",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot/url": "to handle WHATWG URL",
                "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2025-04-29T10:20:50+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "Common interfaces and classes for URI representation and interaction",
            "homepage": "https://uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https://uri.thephpleague.com",
                "forum": "https://thephpleague.slack.com",
                "issues": "https://github.com/thephpleague/uri-src/issues",
                "source": "https://github.com/thephpleague/uri-interfaces/tree/master"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/uri-interfaces"
        },
        {
            "name": "maennchen/zipstream-php",
            "version": "3.1.2",
            "version_normalized": "3.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
                "reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/aeadcf5c412332eb426c0f9b4485f6accba2a99f",
                "reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-zlib": "*",
                "php-64bit": "^8.2"
            },
            "require-dev": {
                "brianium/paratest": "^7.7",
                "ext-zip": "*",
                "friendsofphp/php-cs-fixer": "^3.16",
                "guzzlehttp/guzzle": "^7.5",
                "mikey179/vfsstream": "^1.6",
                "php-coveralls/php-coveralls": "^2.5",
                "phpunit/phpunit": "^11.0",
                "vimeo/psalm": "^6.0"
            },
            "suggest": {
                "guzzlehttp/psr7": "^2.4",
                "psr/http-message": "^2.0"
            },
            "time": "2025-01-27T12:07:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ZipStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paul Duncan",
                    "email": "pabs@pablotron.org"
                },
                {
                    "name": "Jonatan Männchen",
                    "email": "jonatan@maennchen.ch"
                },
                {
                    "name": "Jesse Donat",
                    "email": "donatj@gmail.com"
                },
                {
                    "name": "András Kolesár",
                    "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.2"
            },
            "funding": [
                {
                    "url": "https://github.com/maennchen",
                    "type": "github"
                }
            ],
            "install-path": "../maennchen/zipstream-php"
        },
        {
            "name": "markbaker/complex",
            "version": "3.0.x-dev",
            "version_normalized": "3.0.9999999.9999999-dev",
            "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",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "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.x-dev",
            "version_normalized": "3.0.9999999.9999999-dev",
            "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",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "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": "michelf/php-markdown",
            "version": "1.9.1",
            "version_normalized": "1.9.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
                "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.3 <5.8"
            },
            "time": "2021-11-24T02:52:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Michelf\\": "Michelf/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                },
                {
                    "name": "John Gruber",
                    "homepage": "https://daringfireball.net/"
                }
            ],
            "description": "PHP Markdown",
            "homepage": "https://michelf.ca/projects/php-markdown/",
            "keywords": [
                "markdown"
            ],
            "support": {
                "issues": "https://github.com/michelf/php-markdown/issues",
                "source": "https://github.com/michelf/php-markdown/tree/1.9.1"
            },
            "install-path": "../michelf/php-markdown"
        },
        {
            "name": "phpoffice/phpspreadsheet",
            "version": "1.29.10",
            "version_normalized": "1.29.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                "reference": "c80041b1628c4f18030407134fe88303661d4e4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c80041b1628c4f18030407134fe88303661d4e4e",
                "reference": "c80041b1628c4f18030407134fe88303661d4e4e",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^1||^2||^3",
                "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 || ^3.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": "2025-02-08T02:56:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "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.10"
            },
            "install-path": "../phpoffice/phpspreadsheet"
        },
        {
            "name": "phpoption/phpoption",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
                "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
            },
            "time": "2024-07-20T21:41:07+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpOption\\": "src/PhpOption/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh"
                },
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "support": {
                "issues": "https://github.com/schmittjoh/php-option/issues",
                "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpoption/phpoption"
        },
        {
            "name": "pickles2/lib-px2-contents-editor",
            "version": "2.3.x-dev",
            "version_normalized": "2.3.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/lib-px2-contents-editor.git",
                "reference": "2b4864496dcf12ef683a27d78e611d23271b23df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/lib-px2-contents-editor/zipball/2b4864496dcf12ef683a27d78e611d23271b23df",
                "reference": "2b4864496dcf12ef683a27d78e611d23271b23df",
                "shasum": ""
            },
            "require": {
                "broccoli-html-editor/broccoli-field-table": "~0.3",
                "broccoli-html-editor/broccoli-html-editor": "~1.0",
                "broccoli-html-editor/kaleflower": "^0.1",
                "php": ">=7.3.0",
                "tomk79/langbank": "~0.3"
            },
            "require-dev": {
                "broccoli-html-editor/broccoli-module-fess": "*",
                "broccoli-html-editor/broccoli-module-plain-html-elements": "*",
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.0",
                "pickles2/px2-clover": "~0.2",
                "pickles2/px2-dec": "~2.0",
                "pickles2/px2-kflow": "~0.1",
                "pickles2/px2-multitheme": "~2.0",
                "pickles2/px2-path-resolver": "~2.0",
                "pickles2/px2-px2dthelper": "~2.0",
                "pickles2/px2-remove-attr": "~2.0",
                "pickles2/px2-sitemapexcel": "~2.0||~2.1",
                "tomk79/broccoli-module-lp": "~0.1",
                "tomk79/px2-serve": "~0.1.3",
                "vlucas/phpdotenv": "~5.6.1"
            },
            "time": "2025-04-28T05:50:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "pickles2\\libs\\contentsEditor\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 contents editor library.",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/lib-px2-contents-editor/issues",
                "source": "https://github.com/pickles2/lib-px2-contents-editor/tree/feature/kflow"
            },
            "install-path": "../pickles2/lib-px2-contents-editor"
        },
        {
            "name": "pickles2/lib-px2-module-editor",
            "version": "0.4.x-dev",
            "version_normalized": "0.4.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/lib-px2-module-editor.git",
                "reference": "511cbc087a5479feb5b0760b7d42ca9161e86b33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/lib-px2-module-editor/zipball/511cbc087a5479feb5b0760b7d42ca9161e86b33",
                "reference": "511cbc087a5479feb5b0760b7d42ca9161e86b33",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0",
                "pickles2/lib-px2-contents-editor": "~2.1",
                "tomk79/langbank": "~1.0||~0.3"
            },
            "require-dev": {
                "broccoli-html-editor/broccoli-module-fess": "*",
                "broccoli-html-editor/broccoli-module-plain-html-elements": "*",
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.0||~2.1",
                "pickles2/px2-clover": "~0.2",
                "pickles2/px2-dec": "~2.1",
                "pickles2/px2-multitheme": "~2.1",
                "pickles2/px2-path-resolver": "~2.1",
                "pickles2/px2-px2dthelper": "~2.1",
                "pickles2/px2-remove-attr": "~2.1",
                "pickles2/px2-sitemapexcel": "~2.0||~2.1",
                "tomk79/px2-error-reporter": "~0.1",
                "tomk79/px2-serve": "^0.1",
                "vlucas/phpdotenv": "~5.4.0"
            },
            "time": "2024-02-18T06:29:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/main.php",
                    "php/gpi.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 module editor library.",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/lib-px2-module-editor/issues",
                "source": "https://github.com/pickles2/lib-px2-module-editor/tree/0.4.1"
            },
            "install-path": "../pickles2/lib-px2-module-editor"
        },
        {
            "name": "pickles2/lib-px2-theme-editor",
            "version": "0.3.x-dev",
            "version_normalized": "0.3.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/lib-px2-theme-editor.git",
                "reference": "ebc87ae3bde0400ce2f83db16ac366c3240fb55d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/lib-px2-theme-editor/zipball/ebc87ae3bde0400ce2f83db16ac366c3240fb55d",
                "reference": "ebc87ae3bde0400ce2f83db16ac366c3240fb55d",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.3.0",
                "pickles2/px2-multitheme": ">=2.1.2",
                "pickles2/px2agent": "~0.0",
                "tomk79/color-utils": "^0.0.1",
                "tomk79/filesystem": "~1.0",
                "tomk79/langbank": "~0.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.0||~2.1",
                "pickles2/px2-clover": "~0.2",
                "pickles2/px2-dec": "~2.0",
                "pickles2/px2-multitheme": "~2.0",
                "pickles2/px2-path-resolver": "~2.0",
                "pickles2/px2-px2dthelper": "~2.0",
                "pickles2/px2-remove-attr": "~2.0",
                "pickles2/px2-sitemapexcel": "~2.0||~2.1",
                "pickles2/px2style": "~3.1",
                "tomk79/px2-error-reporter": "~0.1",
                "tomk79/px2-serve": "^0.1",
                "vlucas/phpdotenv": "~5.6.1"
            },
            "time": "2025-05-01T14:59:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "pickles2\\libs\\themeEditor\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "support": {
                "issues": "https://github.com/pickles2/lib-px2-theme-editor/issues",
                "source": "https://github.com/pickles2/lib-px2-theme-editor/tree/feature/kflow"
            },
            "install-path": "../pickles2/lib-px2-theme-editor"
        },
        {
            "name": "pickles2/px-fw-2.x",
            "version": "2.1.x-dev",
            "version_normalized": "2.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px-fw-2.x.git",
                "reference": "379618ceb3e962906abb8ce5d4b4d795b6e9875d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px-fw-2.x/zipball/379618ceb3e962906abb8ce5d4b4d795b6e9875d",
                "reference": "379618ceb3e962906abb8ce5d4b4d795b6e9875d",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-pdo": "*",
                "ext-pdo_sqlite": "*",
                "michelf/php-markdown": "~1.6",
                "php": ">=7.3.0",
                "scssphp/scssphp": "^1.4||^2.0",
                "tomk79/filesystem": "~1.1",
                "tomk79/request": "~1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5"
            },
            "time": "2025-04-25T09:10:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "picklesFramework2\\": [
                        "php"
                    ],
                    "picklesFramework2\\theme\\": [
                        "theme/php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles Framework(PxFW) は、静的で大きなウェブサイトを効率よく構築できる オープンソースのHTML生成ツールです。",
            "keywords": [
                "pickles",
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px-fw-2.x/issues",
                "source": "https://github.com/pickles2/px-fw-2.x/tree/2.1.23"
            },
            "install-path": "../pickles2/px-fw-2.x"
        },
        {
            "name": "pickles2/px2-blog-kit",
            "version": "0.1.x-dev",
            "version_normalized": "0.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-blog-kit.git",
                "reference": "b0bea670f59d577655c9ed225a0a51b4a14e2a25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-blog-kit/zipball/b0bea670f59d577655c9ed225a0a51b4a14e2a25",
                "reference": "b0bea670f59d577655c9ed225a0a51b4a14e2a25",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0",
                "twig/twig": ">=1.35"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.0",
                "pickles2/px2-clover": "~0.2",
                "pickles2/px2-dec": "~2.0",
                "pickles2/px2-multitheme": "~2.0",
                "pickles2/px2-paprika": "~0.3",
                "pickles2/px2-path-resolver": "~2.0",
                "pickles2/px2-publish-ex": "~2.0",
                "pickles2/px2-px2dthelper": "~2.0",
                "pickles2/px2-remove-attr": "~2.0",
                "pickles2/px2-sitemapexcel": "~2.0",
                "pickles2/px2style": "~3.0",
                "tomk79/px2-error-reporter": "~0.1",
                "tomk79/px2-scss": "~0.1",
                "tomk79/px2-serve": "~0.1",
                "vlucas/phpdotenv": "~5.4.0"
            },
            "time": "2024-02-18T06:17:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "pickles2\\px2BlogKit\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 に、ブログ管理機能を追加します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-blog-kit/issues",
                "source": "https://github.com/pickles2/px2-blog-kit/tree/0.1.3"
            },
            "install-path": "../pickles2/px2-blog-kit"
        },
        {
            "name": "pickles2/px2-clover",
            "version": "0.3.x-dev",
            "version_normalized": "0.3.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-clover.git",
                "reference": "5cbb1cb07c87b09bf98a96d195009d1a344c45ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-clover/zipball/5cbb1cb07c87b09bf98a96d195009d1a344c45ea",
                "reference": "5cbb1cb07c87b09bf98a96d195009d1a344c45ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0",
                "pickles2/px-fw-2.x": "~2.1",
                "pickles2/px2-px2dthelper": "~2.2",
                "tomk79/langbank": "~0.2",
                "tomk79/remote-finder": "~0.2",
                "twig/twig": "^3.8"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/px2-blog-kit": "~0.1.0",
                "pickles2/px2-multitheme": "~2.0",
                "pickles2/px2-sitemapexcel": "~2.0",
                "pickles2/px2style": "~3.0",
                "tomk79/microtime-recorder": "~0.1.2"
            },
            "time": "2025-04-02T15:57:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\pickles2\\px2clover\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 のプラグイン型CMS",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-clover/issues",
                "source": "https://github.com/pickles2/px2-clover/tree/0.3.10"
            },
            "install-path": "../pickles2/px2-clover"
        },
        {
            "name": "pickles2/px2-dec",
            "version": "2.1.x-dev",
            "version_normalized": "2.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-dec.git",
                "reference": "b67263f3568d6a17b017137b09effe6cc022e191"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-dec/zipball/b67263f3568d6a17b017137b09effe6cc022e191",
                "reference": "b67263f3568d6a17b017137b09effe6cc022e191",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/broccoli-module-fess": "dev-develop",
                "pickles2/broccoli-module-plain-html-elements": "dev-develop",
                "pickles2/px-fw-2.x": "~2",
                "pickles2/px2-px2dthelper": "~2",
                "pickles2/px2-sitemapexcel": "~2"
            },
            "time": "2022-01-08T09:28:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/dec.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "px2-dec は、Pickles 2 に DEC 拡張機能を追加します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-dec/issues",
                "source": "https://github.com/pickles2/px2-dec/tree/2.1.0"
            },
            "install-path": "../pickles2/px2-dec"
        },
        {
            "name": "pickles2/px2-error-reporter",
            "version": "1.0.x-dev",
            "version_normalized": "1.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-error-reporter.git",
                "reference": "9934bdcbf55a1cdf0771a49ebe601885100efbbc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-error-reporter/zipball/9934bdcbf55a1cdf0771a49ebe601885100efbbc",
                "reference": "9934bdcbf55a1cdf0771a49ebe601885100efbbc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.0",
                "pickles2/px2-clover": "~0.2.0",
                "pickles2/px2-dec": "~2.0",
                "pickles2/px2-multitheme": "~2.0",
                "pickles2/px2-path-resolver": "~2.0",
                "pickles2/px2-px2dthelper": "~2.0",
                "pickles2/px2-remove-attr": "~2.0",
                "pickles2/px2-sitemapexcel": "~2.0||~2.1",
                "tomk79/px2-serve": "~0.1.3",
                "vlucas/phpdotenv": "~5.4.0"
            },
            "time": "2025-02-12T12:10:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "pickles2\\px2ErrorReporter\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 Error Reporting Plugin.",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-error-reporter/issues",
                "source": "https://github.com/pickles2/px2-error-reporter/tree/1.0.0"
            },
            "install-path": "../pickles2/px2-error-reporter"
        },
        {
            "name": "pickles2/px2-multitheme",
            "version": "2.2.x-dev",
            "version_normalized": "2.2.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-multitheme.git",
                "reference": "188c62e5bf05a262810613b4cf1679d224a3ed52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-multitheme/zipball/188c62e5bf05a262810613b4cf1679d224a3ed52",
                "reference": "188c62e5bf05a262810613b4cf1679d224a3ed52",
                "shasum": ""
            },
            "require": {
                "broccoli-html-editor/kaleflower": "^0.1",
                "php": ">=7.3.0",
                "twig/twig": "^1.35||^2.12||^3.11"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/broccoli-module-plain-html-elements": "~0.1",
                "pickles2/px-fw-2.x": "~2.1|~2.0",
                "pickles2/px2-clover": "~0.3",
                "pickles2/px2-px2dthelper": "~2.0",
                "tomk79/filesystem": "1.*"
            },
            "time": "2025-04-28T05:44:06+00:00",
            "type": "library",
            "extra": {
                "px2package": {
                    "name": "pickles2/px2-multitheme",
                    "type": "processor"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\pickles2\\multitheme\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "px2-multitheme は、複数のテーマを同時に管理する機能を Pickles 2 に追加します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-multitheme/issues",
                "source": "https://github.com/pickles2/px2-multitheme/tree/feature/kflow"
            },
            "install-path": "../pickles2/px2-multitheme"
        },
        {
            "name": "pickles2/px2-path-resolver",
            "version": "2.1.x-dev",
            "version_normalized": "2.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-path-resolver.git",
                "reference": "e89026400bfbbc3e2605de13b7689d6ec3d30888"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-path-resolver/zipball/e89026400bfbbc3e2605de13b7689d6ec3d30888",
                "reference": "e89026400bfbbc3e2605de13b7689d6ec3d30888",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0",
                "tomk79/filesystem": "1.*"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/broccoli-module-fess": "dev-master",
                "pickles2/broccoli-module-plain-html-elements": "dev-master",
                "pickles2/px-fw-2.x": "^2.0",
                "pickles2/px2-px2dthelper": "^2.0",
                "pickles2/px2-sitemapexcel": "2.*"
            },
            "time": "2023-02-11T07:52:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\pickles2\\pathResolver\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 に、相対パス・絶対パスでの書き出しオプションを追加します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-path-resolver/issues",
                "source": "https://github.com/pickles2/px2-path-resolver/tree/2.1.1"
            },
            "install-path": "../pickles2/px2-path-resolver"
        },
        {
            "name": "pickles2/px2-publish-ex",
            "version": "2.1.x-dev",
            "version_normalized": "2.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-publish-ex.git",
                "reference": "0a09c3b3afd67f5c3e171b8614e78dcca83e6f3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-publish-ex/zipball/0a09c3b3afd67f5c3e171b8614e78dcca83e6f3e",
                "reference": "0a09c3b3afd67f5c3e171b8614e78dcca83e6f3e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "jms/serializer": "<1.8",
                "phpdocumentor/phpdocumentor": "~3.0.0",
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.1||~2.0",
                "pickles2/px2-multitheme": "~2.0"
            },
            "time": "2024-04-29T16:58:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/simple_html_dom.php"
                ],
                "psr-4": {
                    "tomk79\\pickles2\\publishEx\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "複数のデバイス向けのバージョンをパブリッシュできる、 Pickles 2 用のパブリッシュプラグイン。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-publish-ex/issues",
                "source": "https://github.com/pickles2/px2-publish-ex/tree/2.1.4"
            },
            "install-path": "../pickles2/px2-publish-ex"
        },
        {
            "name": "pickles2/px2-px2dthelper",
            "version": "2.2.x-dev",
            "version_normalized": "2.2.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-px2dthelper.git",
                "reference": "b41647db71cf959aaab63574a333e93b50d1f618"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-px2dthelper/zipball/b41647db71cf959aaab63574a333e93b50d1f618",
                "reference": "b41647db71cf959aaab63574a333e93b50d1f618",
                "shasum": ""
            },
            "require": {
                "broccoli-html-editor/broccoli-html-editor": "~1.0||~0.4",
                "michelf/php-markdown": "~1.6",
                "php": ">=7.3.0",
                "pickles2/lib-px2-contents-editor": "~2.2",
                "pickles2/lib-px2-module-editor": "~0.4",
                "pickles2/lib-px2-theme-editor": "~0.2",
                "tomk79/langbank": "~0.3",
                "tomk79/php-excel2html": "^0.0.8||~0.1"
            },
            "require-dev": {
                "broccoli-html-editor/broccoli-module-fess": "*",
                "broccoli-html-editor/broccoli-module-plain-html-elements": "*",
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.1||~2.0",
                "pickles2/px2-blog-kit": "~0.1.0",
                "pickles2/px2-multitheme": "~2.1",
                "pickles2/px2-sitemapexcel": "~2.2",
                "tomk79/filesystem": "~1.1",
                "tomk79/px2-serve": "~0.1.3"
            },
            "time": "2025-04-27T07:46:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/simple_html_dom.php"
                ],
                "psr-4": {
                    "tomk79\\pickles2\\px2dthelper\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 用のプラグインです。Pickles 2 アプリケーション と連携させるためのAPIを提供します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-px2dthelper/issues",
                "source": "https://github.com/pickles2/px2-px2dthelper/tree/2.2.x"
            },
            "install-path": "../pickles2/px2-px2dthelper"
        },
        {
            "name": "pickles2/px2-remove-attr",
            "version": "2.1.x-dev",
            "version_normalized": "2.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-remove-attr.git",
                "reference": "a200802a9f162400e01e7028d049f995b9591cd8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-remove-attr/zipball/a200802a9f162400e01e7028d049f995b9591cd8",
                "reference": "a200802a9f162400e01e7028d049f995b9591cd8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/broccoli-module-fess": "dev-master",
                "pickles2/broccoli-module-plain-html-elements": "dev-master",
                "pickles2/px-fw-2.x": "~2.1",
                "pickles2/px2-px2dthelper": "2.*",
                "pickles2/px2-sitemapexcel": "2.*"
            },
            "time": "2023-02-11T08:15:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/main.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "px2-remove-attr は、Pickles 2 に、HTMLドキュメントから指定した属性を削除する機能を提供します。",
            "keywords": [
                "pickles"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-remove-attr/issues",
                "source": "https://github.com/pickles2/px2-remove-attr/tree/2.1.1"
            },
            "install-path": "../pickles2/px2-remove-attr"
        },
        {
            "name": "pickles2/px2-scss",
            "version": "1.0.x-dev",
            "version_normalized": "1.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-scss.git",
                "reference": "5d8d048e34af2e2672dcbf26d3b6864e50d3aec1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-scss/zipball/5d8d048e34af2e2672dcbf26d3b6864e50d3aec1",
                "reference": "5d8d048e34af2e2672dcbf26d3b6864e50d3aec1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0",
                "scssphp/scssphp": "^1.4||^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/broccoli-module-fess": "dev-develop",
                "pickles2/broccoli-module-plain-html-elements": "dev-develop",
                "pickles2/px-fw-2.x": "~2.1.11",
                "pickles2/px2-px2dthelper": "~2.0",
                "pickles2/px2-sitemapexcel": "~2.0"
            },
            "time": "2025-02-12T12:14:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "pickles2\\px2scss\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 に、SCSSプロセッサー機能を追加します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-scss/issues",
                "source": "https://github.com/pickles2/px2-scss/tree/1.0.0"
            },
            "install-path": "../pickles2/px2-scss"
        },
        {
            "name": "pickles2/px2-serve",
            "version": "1.0.x-dev",
            "version_normalized": "1.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-serve.git",
                "reference": "3a16faa97f63e47ef330997fdd66792dd2f6519d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-serve/zipball/3a16faa97f63e47ef330997fdd66792dd2f6519d",
                "reference": "3a16faa97f63e47ef330997fdd66792dd2f6519d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2",
                "pickles2/px2-px2dthelper": "~2",
                "pickles2/px2-sitemapexcel": "~2"
            },
            "time": "2025-02-12T12:17:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "pickles2\\px2serve\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 の開発用ローカルサーバーを起動します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-serve/issues",
                "source": "https://github.com/pickles2/px2-serve/tree/1.0.0"
            },
            "install-path": "../pickles2/px2-serve"
        },
        {
            "name": "pickles2/px2-sitemapexcel",
            "version": "2.3.x-dev",
            "version_normalized": "2.3.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2-sitemapexcel.git",
                "reference": "1dc1f89fd95dd96dccbb84e6d55268dd32023b67"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2-sitemapexcel/zipball/1dc1f89fd95dd96dccbb84e6d55268dd32023b67",
                "reference": "1dc1f89fd95dd96dccbb84e6d55268dd32023b67",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "phpoffice/phpspreadsheet": "^2.2||^1.13",
                "tomk79/filesystem": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.1"
            },
            "time": "2024-09-10T04:41:27+00:00",
            "type": "library",
            "extra": {
                "px2package": {
                    "name": "pickles2/px2-sitemapexcel",
                    "type": "processor"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\pickles2\\sitemap_excel\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 に、サイトマップをグラフィカルなエクセル形式(xlsx)で編集できる機能を追加します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2-sitemapexcel/issues",
                "source": "https://github.com/pickles2/px2-sitemapexcel/tree/2.3.3"
            },
            "install-path": "../pickles2/px2-sitemapexcel"
        },
        {
            "name": "pickles2/px2agent",
            "version": "0.2.x-dev",
            "version_normalized": "0.2.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/php-px2agent.git",
                "reference": "37e9a8c2cc0227468e5cde4094057fbd79e03a49"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/php-px2agent/zipball/37e9a8c2cc0227468e5cde4094057fbd79e03a49",
                "reference": "37e9a8c2cc0227468e5cde4094057fbd79e03a49",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.3.0",
                "tomk79/filesystem": "~1.0",
                "tomk79/request": "~1.0"
            },
            "require-dev": {
                "phpdocumentor/phpdocumentor": "~3.0.0",
                "phpunit/phpunit": "~9.5",
                "pickles2/px-fw-2.x": "~2.0"
            },
            "time": "2023-06-24T15:52:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/px2agent.php",
                    "php/px2project.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 と PHP スクリプトを仲介するAPIを提供します。",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/php-px2agent/issues",
                "source": "https://github.com/pickles2/php-px2agent/tree/0.2.0"
            },
            "install-path": "../pickles2/px2agent"
        },
        {
            "name": "pickles2/px2style",
            "version": "3.5.x-dev",
            "version_normalized": "3.5.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/pickles2/px2style.git",
                "reference": "04973bd8eb515a5616030818791f6b08e32a2396"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickles2/px2style/zipball/04973bd8eb515a5616030818791f6b08e32a2396",
                "reference": "04973bd8eb515a5616030818791f6b08e32a2396",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "pickles2/px-fw-2.x": "~2.0",
                "pickles2/px2-clover": "~0.2",
                "pickles2/px2-multitheme": "~2.0",
                "pickles2/px2-path-resolver": "~2.0",
                "pickles2/px2-publish-ex": "~2.0",
                "pickles2/px2-px2dthelper": "~2.0",
                "tomk79/px2-serve": "~0.1.3",
                "vlucas/phpdotenv": "~5.4.0"
            },
            "time": "2025-04-02T15:43:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "pickles2\\px2style\\": [
                        "php/"
                    ],
                    "pickles2\\px2style\\fields\\": [
                        "fields/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Pickles 2 CSS Components.",
            "keywords": [
                "pickles2"
            ],
            "support": {
                "issues": "https://github.com/pickles2/px2style/issues",
                "source": "https://github.com/pickles2/px2style/tree/3.5.0"
            },
            "install-path": "../pickles2/px2style"
        },
        {
            "name": "psr/http-client",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "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",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "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": {
                    "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": "dev-master",
            "version_normalized": "dev-master",
            "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",
            "default-branch": true,
            "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/simple-cache",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "2d280c2aaa23a120f35d55cfde8581954a8e77fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/2d280c2aaa23a120f35d55cfde8581954a8e77fa",
                "reference": "2d280c2aaa23a120f35d55cfde8581954a8e77fa",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2022-04-08T16:41:45+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://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": "scssphp/scssphp",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/scssphp/scssphp.git",
                "reference": "024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/scssphp/scssphp/zipball/024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f",
                "reference": "024f92cd9782e3033b41c2d1c66ab1c0e5c12c0f",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "league/uri": "^7.4",
                "league/uri-interfaces": "^7.4",
                "php": ">=8.1",
                "scssphp/source-span": "^1.0",
                "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
                "symfony/polyfill-mbstring": "^1.30"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4",
                "phpunit/phpunit": "^9.5.6",
                "sass/sass-spec": "*",
                "squizlabs/php_codesniffer": "~3.5",
                "symfony/phpunit-bridge": "^5.1",
                "symfony/var-dumper": "^6.3",
                "thoughtbot/bourbon": "^7.0",
                "twbs/bootstrap": "~5.0",
                "twbs/bootstrap4": "4.6.1",
                "zurb/foundation": "~6.7.0"
            },
            "suggest": {
                "ext-mbstring": "For best performance, mbstring should be installed as it is faster than the polyfill"
            },
            "time": "2025-01-31T12:28:20+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ScssPhp\\ScssPhp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthon Pang",
                    "email": "apang@softwaredevelopment.ca",
                    "homepage": "https://github.com/robocoder"
                },
                {
                    "name": "Cédric Morin",
                    "email": "cedric@yterium.com",
                    "homepage": "https://github.com/Cerdic"
                }
            ],
            "description": "scssphp is a compiler for SCSS written in PHP.",
            "homepage": "http://scssphp.github.io/scssphp/",
            "keywords": [
                "css",
                "less",
                "sass",
                "scss",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/scssphp/scssphp/issues",
                "source": "https://github.com/scssphp/scssphp/tree/v2.0.1"
            },
            "install-path": "../scssphp/scssphp"
        },
        {
            "name": "scssphp/source-span",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/scssphp/source-span.git",
                "reference": "f08fc78765e6fb6fa8ca0573fc61b3f8860f0114"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/scssphp/source-span/zipball/f08fc78765e6fb6fa8ca0573fc61b3f8860f0114",
                "reference": "f08fc78765e6fb6fa8ca0573fc61b3f8860f0114",
                "shasum": ""
            },
            "require": {
                "league/uri": "^7.4",
                "league/uri-interfaces": "^7.4",
                "php": ">=8.1"
            },
            "require-dev": {
                "phpstan/phpstan": "^2.0",
                "phpstan/phpstan-deprecation-rules": "^2.0",
                "phpunit/phpunit": "^9.5.6",
                "squizlabs/php_codesniffer": "~3.5",
                "symfony/phpunit-bridge": "^5.1",
                "symfony/var-dumper": "^6.3"
            },
            "time": "2024-12-09T23:08:15+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SourceSpan\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "homepage": "https://github.com/stof"
                }
            ],
            "description": "Provides a representation for source code locations and spans.",
            "keywords": [
                "parsing"
            ],
            "support": {
                "issues": "https://github.com/scssphp/source-span/issues",
                "source": "https://github.com/scssphp/source-span/tree/v1.0.0"
            },
            "install-path": "../scssphp/source-span"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "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": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/main"
            },
            "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/deprecation-contracts"
        },
        {
            "name": "symfony/filesystem",
            "version": "7.3.x-dev",
            "version_normalized": "7.3.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
                "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8"
            },
            "require-dev": {
                "symfony/process": "^6.4|^7.0"
            },
            "time": "2024-10-25T15:15:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "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": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v7.2.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/filesystem"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "1.x-dev",
            "version_normalized": "1.9999999.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.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-ctype"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "1.x-dev",
            "version_normalized": "1.9999999.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-12-23T08:48:59+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "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.32.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": "symfony/polyfill-php80",
            "version": "1.x-dev",
            "version_normalized": "1.9999999.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-01-02T08:10:11+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.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-php80"
        },
        {
            "name": "tomk79/color-utils",
            "version": "0.0.1",
            "version_normalized": "0.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tomk79/color_utils.git",
                "reference": "64db03ac253fe22f9f80faa27485bca16450bb7d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tomk79/color_utils/zipball/64db03ac253fe22f9f80faa27485bca16450bb7d",
                "reference": "64db03ac253fe22f9f80faa27485bca16450bb7d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.1.0"
            },
            "time": "2021-05-17T06:58:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\colorUtils\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "色コードに関するユーティリティ集です。",
            "support": {
                "issues": "https://github.com/tomk79/color_utils/issues",
                "source": "https://github.com/tomk79/color_utils/tree/0.0.1"
            },
            "install-path": "../tomk79/color-utils"
        },
        {
            "name": "tomk79/filesystem",
            "version": "1.2.x-dev",
            "version_normalized": "1.2.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/tomk79/filesystem.git",
                "reference": "adcf0c2a4653866632c0ca86f91ccce331e940aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tomk79/filesystem/zipball/adcf0c2a4653866632c0ca86f91ccce331e940aa",
                "reference": "adcf0c2a4653866632c0ca86f91ccce331e940aa",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5"
            },
            "time": "2025-03-05T13:33:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com",
                    "homepage": "https://www.pxt.jp/"
                }
            ],
            "description": "Simple filesystem utility for PHP.",
            "keywords": [
                "filesystem"
            ],
            "support": {
                "issues": "https://github.com/tomk79/filesystem/issues",
                "source": "https://github.com/tomk79/filesystem/tree/1.2.5"
            },
            "install-path": "../tomk79/filesystem"
        },
        {
            "name": "tomk79/langbank",
            "version": "0.3.x-dev",
            "version_normalized": "0.3.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/tomk79/node-langbank.git",
                "reference": "7d1851830c89599638eb1578648d885e00e9153a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tomk79/node-langbank/zipball/7d1851830c89599638eb1578648d885e00e9153a",
                "reference": "7d1851830c89599638eb1578648d885e00e9153a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0",
                "tomk79/filesystem": "^1.0",
                "twig/twig": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5"
            },
            "time": "2023-02-04T16:45:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "keywords": [
                "i18n"
            ],
            "support": {
                "issues": "https://github.com/tomk79/node-langbank/issues",
                "source": "https://github.com/tomk79/node-langbank/tree/0.3.1"
            },
            "install-path": "../tomk79/langbank"
        },
        {
            "name": "tomk79/php-excel2html",
            "version": "0.1.x-dev",
            "version_normalized": "0.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/tomk79/php-excel2html.git",
                "reference": "7c131bcc49796b2f51bc01a79e2b5b2af17d3974"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tomk79/php-excel2html/zipball/7c131bcc49796b2f51bc01a79e2b5b2af17d3974",
                "reference": "7c131bcc49796b2f51bc01a79e2b5b2af17d3974",
                "shasum": ""
            },
            "require": {
                "michelf/php-markdown": "^1.6.0",
                "php": ">=7.2",
                "phpoffice/phpspreadsheet": "^1.13",
                "tomk79/filesystem": "1.*"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.0"
            },
            "time": "2023-02-04T17:14:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "php/main.php",
                    "php/render_html_by_csv.php",
                    "php/render_html_by_excel.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Convert Excel(*.xlsx) to HTML table. with PHPExcel.",
            "support": {
                "issues": "https://github.com/tomk79/php-excel2html/issues",
                "source": "https://github.com/tomk79/php-excel2html/tree/0.1.2"
            },
            "install-path": "../tomk79/php-excel2html"
        },
        {
            "name": "tomk79/remote-finder",
            "version": "0.4.x-dev",
            "version_normalized": "0.4.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/tomk79/node-remote-finder.git",
                "reference": "9bca79ee987446dec9986f2661c9a6ac676647f0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tomk79/node-remote-finder/zipball/9bca79ee987446dec9986f2661c9a6ac676647f0",
                "reference": "9bca79ee987446dec9986f2661c9a6ac676647f0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0",
                "tomk79/filesystem": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~9.5",
                "tomk79/request": "^1.0"
            },
            "time": "2024-12-25T10:32:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\remoteFinder\\": [
                        "php/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "Finder や Explorer のように、サーバー上のファイルとフォルダを操作するUIを提供します。",
            "support": {
                "issues": "https://github.com/tomk79/node-remote-finder/issues",
                "source": "https://github.com/tomk79/node-remote-finder/tree/0.4.0"
            },
            "install-path": "../tomk79/remote-finder"
        },
        {
            "name": "tomk79/request",
            "version": "1.4.x-dev",
            "version_normalized": "1.4.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/tomk79/request.git",
                "reference": "069f989dbe19fc8db0ae09ab4dc9444cab61ac32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tomk79/request/zipball/069f989dbe19fc8db0ae09ab4dc9444cab61ac32",
                "reference": "069f989dbe19fc8db0ae09ab4dc9444cab61ac32",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0",
                "tomk79/filesystem": "~1.1"
            },
            "require-dev": {
                "phpdocumentor/phpdocumentor": "~3.0.0",
                "phpunit/phpunit": "~9.5"
            },
            "time": "2023-05-01T13:02:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tomk79\\": [
                        "php"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomoya Koyanagi",
                    "email": "tomk79@gmail.com"
                }
            ],
            "description": "A request management utilitiy for PHP.",
            "support": {
                "issues": "https://github.com/tomk79/request/issues",
                "source": "https://github.com/tomk79/request/tree/1.4.1"
            },
            "install-path": "../tomk79/request"
        },
        {
            "name": "twig/twig",
            "version": "3.x-dev",
            "version_normalized": "3.9999999.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "fde4de9fd981912e702e205d54f52586b9840d03"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/fde4de9fd981912e702e205d54f52586b9840d03",
                "reference": "fde4de9fd981912e702e205d54f52586b9840d03",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1.0",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "phpstan/phpstan": "^2.0",
                "psr/container": "^1.0|^2.0",
                "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
            },
            "time": "2025-03-30T07:52:47+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Resources/core.php",
                    "src/Resources/debug.php",
                    "src/Resources/escaper.php",
                    "src/Resources/string_loader.php"
                ],
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/3.x"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "../twig/twig"
        },
        {
            "name": "vlucas/phpdotenv",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/vlucas/phpdotenv.git",
                "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
                "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "graham-campbell/result-type": "^1.1.3",
                "php": "^7.2.5 || ^8.0",
                "phpoption/phpoption": "^1.9.3",
                "symfony/polyfill-ctype": "^1.24",
                "symfony/polyfill-mbstring": "^1.24",
                "symfony/polyfill-php80": "^1.24"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-filter": "*",
                "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
            },
            "suggest": {
                "ext-filter": "Required to use the boolean validator."
            },
            "time": "2025-04-30T23:37:27+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "5.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dotenv\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Vance Lucas",
                    "email": "vance@vancelucas.com",
                    "homepage": "https://github.com/vlucas"
                }
            ],
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "support": {
                "issues": "https://github.com/vlucas/phpdotenv/issues",
                "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                    "type": "tidelift"
                }
            ],
            "install-path": "../vlucas/phpdotenv"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "broccoli-html-editor/broccoli-field-summernote",
        "broccoli-html-editor/broccoli-field-table",
        "broccoli-html-editor/broccoli-html-editor",
        "broccoli-html-editor/kaleflower",
        "composer/pcre",
        "ezyang/htmlpurifier",
        "graham-campbell/result-type",
        "league/uri",
        "league/uri-interfaces",
        "maennchen/zipstream-php",
        "markbaker/complex",
        "markbaker/matrix",
        "michelf/php-markdown",
        "phpoffice/phpspreadsheet",
        "phpoption/phpoption",
        "pickles2/lib-px2-contents-editor",
        "pickles2/lib-px2-module-editor",
        "pickles2/lib-px2-theme-editor",
        "pickles2/px-fw-2.x",
        "pickles2/px2-blog-kit",
        "pickles2/px2-clover",
        "pickles2/px2-dec",
        "pickles2/px2-error-reporter",
        "pickles2/px2-multitheme",
        "pickles2/px2-path-resolver",
        "pickles2/px2-publish-ex",
        "pickles2/px2-px2dthelper",
        "pickles2/px2-remove-attr",
        "pickles2/px2-scss",
        "pickles2/px2-serve",
        "pickles2/px2-sitemapexcel",
        "pickles2/px2agent",
        "pickles2/px2style",
        "psr/http-client",
        "psr/http-factory",
        "psr/http-message",
        "psr/simple-cache",
        "scssphp/scssphp",
        "scssphp/source-span",
        "symfony/deprecation-contracts",
        "symfony/filesystem",
        "symfony/polyfill-ctype",
        "symfony/polyfill-mbstring",
        "symfony/polyfill-php80",
        "tomk79/color-utils",
        "tomk79/filesystem",
        "tomk79/langbank",
        "tomk79/php-excel2html",
        "tomk79/remote-finder",
        "tomk79/request",
        "twig/twig",
        "vlucas/phpdotenv"
    ]
}
