diff --git a/composer.json b/composer.json index dbd39d9..c410bf2 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "require": { "php": ">=8.0.2", "ext-dom": "*", - "mensbeam/html-parser": "dev-master", - "mensbeam/framework": "dev-main", + "mensbeam/html-parser": "^1.2.1", + "mensbeam/framework": "^1.0.4", "symfony/css-selector": "^5.3" }, "require-dev": { @@ -50,16 +50,6 @@ ] } }, - "repositories": [ - { - "type": "git", - "url": "mensbeam-gitea:MensBeam/Framework.git" - }, - { - "type": "git", - "url": "mensbeam-gitea:MensBeam/HTML-Parser.git" - } - ], "config": { "allow-plugins": { "bamarni/composer-bin-plugin": true diff --git a/composer.lock b/composer.lock index 77d9072..e05beb5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,23 +4,28 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4b0a0f229fb9d31f3fc5023f247b9990", + "content-hash": "fadb643e663eaad8ada60861773c44ff", "packages": [ { "name": "mensbeam/framework", - "version": "dev-main", + "version": "1.0.4", "source": { "type": "git", - "url": "mensbeam-gitea:MensBeam/Framework.git", + "url": "https://github.com/mensbeam/Framework.git", "reference": "c9aa6b9659c1607a1242d585aa41caf0aba33e5f" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mensbeam/Framework/zipball/c9aa6b9659c1607a1242d585aa41caf0aba33e5f", + "reference": "c9aa6b9659c1607a1242d585aa41caf0aba33e5f", + "shasum": "" + }, "require": { "php": ">=7.4" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.3" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -29,21 +34,7 @@ ] } }, - "autoload-dev": { - "psr-4": { - "MensBeam\\Framework\\TestCase\\": [ - "tests/cases/" - ] - } - }, - "scripts": { - "post-install-cmd": [ - "@composer bin all install" - ], - "post-update-cmd": [ - "@composer bin all update" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -55,16 +46,26 @@ } ], "description": "Common classes and traits used in many Mensbeam projects", + "support": { + "issues": "https://github.com/mensbeam/Framework/issues", + "source": "https://github.com/mensbeam/Framework/tree/1.0.4" + }, "time": "2021-12-29T16:07:18+00:00" }, { "name": "mensbeam/html-parser", - "version": "dev-master", + "version": "1.2.1", "source": { "type": "git", - "url": "mensbeam-gitea:MensBeam/HTML-Parser.git", + "url": "https://github.com/mensbeam/HTML-Parser.git", "reference": "37f0fa8647ead67e5e9f356efe91df8825094ee8" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mensbeam/HTML-Parser/zipball/37f0fa8647ead67e5e9f356efe91df8825094ee8", + "reference": "37f0fa8647ead67e5e9f356efe91df8825094ee8", + "shasum": "" + }, "require": { "ext-dom": "*", "mensbeam/intl": ">=0.9.1", @@ -77,7 +78,6 @@ "suggest": { "ext-ctype": "Improved performance" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -92,20 +92,7 @@ "lib/Parser/ctype.php" ] }, - "autoload-dev": { - "psr-4": { - "MensBeam\\HTML\\Test\\": "tests/lib/", - "MensBeam\\HTML\\TestCase\\": "tests/cases/" - } - }, - "scripts": { - "post-install-cmd": [ - "@composer bin all install" - ], - "post-update-cmd": [ - "@composer bin all update" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -123,13 +110,17 @@ ], "description": "Parser and serializer for modern HTML documents", "keywords": [ + "HTML5", + "WHATWG", "dom", "html", - "html5", "parser", - "parsing", - "whatwg" + "parsing" ], + "support": { + "issues": "https://github.com/mensbeam/HTML-Parser/issues", + "source": "https://github.com/mensbeam/HTML-Parser/tree/1.2.1" + }, "time": "2021-12-16T20:25:19+00:00" }, { @@ -2797,10 +2788,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "mensbeam/html-parser": 20, - "mensbeam/framework": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/vendor-bin/robo/composer.lock b/vendor-bin/robo/composer.lock index f959b65..5b24f78 100644 --- a/vendor-bin/robo/composer.lock +++ b/vendor-bin/robo/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "consolidation/annotated-command", - "version": "4.5.0", + "version": "4.5.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "df01c1f1449c6b46bf87051e0b418bd5d5e44a7a" + "reference": "701a7abe8505abe89520837be798e15a3953a367" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/df01c1f1449c6b46bf87051e0b418bd5d5e44a7a", - "reference": "df01c1f1449c6b46bf87051e0b418bd5d5e44a7a", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/701a7abe8505abe89520837be798e15a3953a367", + "reference": "701a7abe8505abe89520837be798e15a3953a367", "shasum": "" }, "require": { @@ -58,22 +58,22 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.5.0" + "source": "https://github.com/consolidation/annotated-command/tree/4.5.1" }, - "time": "2021-12-27T19:34:17+00:00" + "time": "2021-12-30T04:00:37+00:00" }, { "name": "consolidation/config", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "9a2c2a7b2aea1b3525984a4378743a8b74c14e1c" + "reference": "ce6a96fe858df4cc4252e2f48503151dc20a1559" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/9a2c2a7b2aea1b3525984a4378743a8b74c14e1c", - "reference": "9a2c2a7b2aea1b3525984a4378743a8b74c14e1c", + "url": "https://api.github.com/repos/consolidation/config/zipball/ce6a96fe858df4cc4252e2f48503151dc20a1559", + "reference": "ce6a96fe858df4cc4252e2f48503151dc20a1559", "shasum": "" }, "require": { @@ -118,28 +118,28 @@ "description": "Provide configuration services for a commandline tool.", "support": { "issues": "https://github.com/consolidation/config/issues", - "source": "https://github.com/consolidation/config/tree/2.0.1" + "source": "https://github.com/consolidation/config/tree/2.0.2" }, - "time": "2020-12-06T00:03:30+00:00" + "time": "2021-12-30T03:53:15+00:00" }, { "name": "consolidation/log", - "version": "2.0.2", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1" + "reference": "fc9ec5476ba13a31778695bd2d4f2fa0b0684356" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/82a2aaaa621a7b976e50a745a8d249d5085ee2b1", - "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1", + "url": "https://api.github.com/repos/consolidation/log/zipball/fc9ec5476ba13a31778695bd2d4f2fa0b0684356", + "reference": "fc9ec5476ba13a31778695bd2d4f2fa0b0684356", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "^1.0", - "symfony/console": "^4|^5" + "symfony/console": "^4 || ^5 || ^6" }, "require-dev": { "phpunit/phpunit": ">=7.5.20", @@ -170,22 +170,22 @@ "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", "support": { "issues": "https://github.com/consolidation/log/issues", - "source": "https://github.com/consolidation/log/tree/2.0.2" + "source": "https://github.com/consolidation/log/tree/2.0.4" }, - "time": "2020-12-10T16:26:23+00:00" + "time": "2021-12-30T19:05:18+00:00" }, { "name": "consolidation/output-formatters", - "version": "4.2.0", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "27cf221f6e59b1debed0c6c94015e78cd5f10e24" + "reference": "4413d7c732afb5d7bdac565c41aa9c8c49c48888" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/27cf221f6e59b1debed0c6c94015e78cd5f10e24", - "reference": "27cf221f6e59b1debed0c6c94015e78cd5f10e24", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/4413d7c732afb5d7bdac565c41aa9c8c49c48888", + "reference": "4413d7c732afb5d7bdac565c41aa9c8c49c48888", "shasum": "" }, "require": { @@ -229,9 +229,9 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.2.0" + "source": "https://github.com/consolidation/output-formatters/tree/4.2.1" }, - "time": "2021-12-27T14:30:41+00:00" + "time": "2021-12-30T03:58:00+00:00" }, { "name": "consolidation/robo",