{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "2a1fcce4abef9d281df651d5260de85d", "packages": [], "packages-dev": [ { "name": "bamarni/composer-bin-plugin", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880", "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880", "shasum": "" }, "require": { "composer-plugin-api": "^2.0", "php": "^7.2.5 || ^8.0" }, "require-dev": { "composer/composer": "^2.0", "ext-json": "*", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" }, "type": "composer-plugin", "extra": { "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin" }, "autoload": { "psr-4": { "Bamarni\\Composer\\Bin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "No conflicts for your bin dependencies", "keywords": [ "composer", "conflict", "dependency", "executable", "isolation", "tool" ], "support": { "issues": "https://github.com/bamarni/composer-bin-plugin/issues", "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2" }, "time": "2022-10-31T08:38:03+00:00" }, { "name": "mensbeam/html-parser", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/mensbeam/HTML-Parser.git", "reference": "d499fac607ae06311df54887ba45c120797c76ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mensbeam/HTML-Parser/zipball/d499fac607ae06311df54887ba45c120797c76ed", "reference": "d499fac607ae06311df54887ba45c120797c76ed", "shasum": "" }, "require": { "ext-dom": "*", "mensbeam/intl": ">=0.9.1", "mensbeam/mimesniff": ">=0.2.0", "php": ">=7.1" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3" }, "suggest": { "ext-ctype": "Improved performance" }, "type": "library", "autoload": { "files": [ "lib/Parser/ctype.php" ], "psr-4": { "MensBeam\\HTML\\": [ "lib/" ] }, "classmap": [ "lib/Parser/Token.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dustin Wilson", "email": "dustin@dustinwilson.com", "homepage": "https://dustinwilson.com/" }, { "name": "J. King", "email": "jking@jkingweb.ca", "homepage": "https://jkingweb.ca/" } ], "description": "Parser and serializer for modern HTML documents", "keywords": [ "HTML5", "WHATWG", "dom", "html", "parser", "parsing" ], "support": { "source": "https://github.com/mensbeam/HTML-Parser/tree/1.3.0" }, "time": "2023-04-02T01:38:10+00:00" }, { "name": "mensbeam/intl", "version": "0.9.2", "source": { "type": "git", "url": "https://github.com/mensbeam/intl.git", "reference": "88dbf8398ab69e71164ac073f9ec011be2baa4ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mensbeam/intl/zipball/88dbf8398ab69e71164ac073f9ec011be2baa4ae", "reference": "88dbf8398ab69e71164ac073f9ec011be2baa4ae", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "bamarni/composer-bin-plugin": "*", "ext-intl": "*" }, "type": "library", "autoload": { "psr-4": { "MensBeam\\Intl\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "J. King", "email": "jking@jkingweb.ca", "homepage": "https://jkingweb.ca/" } ], "description": "A set of dependency-free basic internationalization tools", "keywords": [ "WHATWG", "charset", "encoding", "internationalization", "intl", "unicode", "utf-8", "utf8" ], "support": { "issues": "https://github.com/mensbeam/intl/issues", "source": "https://github.com/mensbeam/intl/tree/0.9.2" }, "time": "2023-01-25T22:12:58+00:00" }, { "name": "mensbeam/mimesniff", "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/mensbeam/mime.git", "reference": "c19be2496ab1e27fbf9c3483c2a9faa2781796cd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mensbeam/mime/zipball/c19be2496ab1e27fbf9c3483c2a9faa2781796cd", "reference": "c19be2496ab1e27fbf9c3483c2a9faa2781796cd", "shasum": "" }, "require": { "php": ">=7.1", "psr/http-message": "^1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3", "ext-intl": "*" }, "type": "library", "autoload": { "psr-4": { "MensBeam\\Mime\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "J. King", "email": "jking@jkingweb.ca", "homepage": "https://jkingweb.ca/" } ], "description": "An implementation of the WHATWG MIME Sniffing specification", "keywords": [ "WHATWG", "mime", "mimesniff" ], "support": { "issues": "https://github.com/mensbeam/mime/issues", "source": "https://github.com/mensbeam/mime/tree/0.2.1" }, "time": "2021-03-07T03:58:00+00:00" }, { "name": "psr/http-message", "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/1.1" }, "time": "2023-04-04T09:50:52+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.1", "ext-dom": "*" }, "platform-dev": [], "plugin-api-version": "2.3.0" }