From 18d8ae498dacd1365dea8ca147d2c4acec2eb4b5 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Wed, 20 Dec 2023 23:53:22 -0500 Subject: [PATCH] Composer package updates: Changelogs summary: - drupal/core-composer-scaffold updated from 10.1.6 to 10.2.0 minor See changes: https://github.com/drupal/core-composer-scaffold/compare/10.1.6...10.2.0 Release notes: https://github.com/drupal/core-composer-scaffold/releases/tag/10.2.0 - behat/mink updated from v1.10.0 to v1.11.0 minor See changes: https://github.com/minkphp/Mink/compare/v1.10.0...v1.11.0 Release notes: https://github.com/minkphp/Mink/releases/tag/v1.11.0 - clue/stream-filter updated from v1.6.0 to v1.7.0 minor See changes: https://github.com/clue/stream-filter/compare/v1.6.0...v1.7.0 Release notes: https://github.com/clue/stream-filter/releases/tag/v1.7.0 - php-http/client-common updated from 2.7.0 to 2.7.1 patch See changes: https://github.com/php-http/client-common/compare/2.7.0...2.7.1 Release notes: https://github.com/php-http/client-common/releases/tag/2.7.1 - drupal/drupal updated from 7.98.0 to 7.99.0 minor - masterminds/html5 installed in version 2.8.1 Release notes: https://github.com/Masterminds/html5-php/releases/tag/2.8.1 - drupal/core-utility updated from 10.1.6 to 10.2.0 minor See changes: https://github.com/drupal/core-utility/compare/10.1.6...10.2.0 Release notes: https://github.com/drupal/core-utility/releases/tag/10.2.0 - instaclick/php-webdriver updated from 1.4.16 to 1.4.18 patch See changes: https://github.com/instaclick/php-webdriver/compare/1.4.16...1.4.18 Release notes: https://github.com/instaclick/php-webdriver/releases/tag/1.4.18 - behat/mink-selenium2-driver updated from v1.6.0 to v1.7.0 minor See changes: https://github.com/minkphp/MinkSelenium2Driver/compare/v1.6.0...v1.7.0 Release notes: https://github.com/minkphp/MinkSelenium2Driver/releases/tag/v1.7.0 - drupal/provision updated from dev-4.x@b76cfde to dev-4.x@f867e8f patch - nikic/php-parser updated from v4.17.1 to v4.18.0 minor See changes: https://github.com/nikic/PHP-Parser/compare/v4.17.1...v4.18.0 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.18.0 - psy/psysh updated from v0.11.22 to v0.12.0 minor See changes: https://github.com/bobthecow/psysh/compare/v0.11.22...v0.12.0 Release notes: https://github.com/bobthecow/psysh/releases/tag/v0.12.0 --- src/DevShop/Control/composer.lock | 233 +++++++++++++++++++----------- 1 file changed, 152 insertions(+), 81 deletions(-) diff --git a/src/DevShop/Control/composer.lock b/src/DevShop/Control/composer.lock index f26507be3..6864f06c6 100644 --- a/src/DevShop/Control/composer.lock +++ b/src/DevShop/Control/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9fd9867137c993228021ff234af98f3e", + "content-hash": "f6080f579ba845c2e9550fc1c181764e", "packages": [ { "name": "behat/behat", @@ -161,26 +161,28 @@ }, { "name": "behat/mink", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5" + "reference": "d8527fdf8785aad38455fb426af457ab9937aece" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5", - "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece", + "reference": "d8527fdf8785aad38455fb426af457ab9937aece", "shasum": "" }, "require": { "php": ">=7.2", - "symfony/css-selector": "^4.4 || ^5.0 || ^6.0" + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^8.5.22 || ^9.5.11", - "symfony/error-handler": "^4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.4 || ^6.0" + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation", @@ -219,9 +221,9 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.10.0" + "source": "https://github.com/minkphp/Mink/tree/v1.11.0" }, - "time": "2022-03-28T14:22:43+00:00" + "time": "2023-12-09T11:23:23+00:00" }, { "name": "behat/mink-browserkit-driver", @@ -347,28 +349,30 @@ }, { "name": "behat/mink-selenium2-driver", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", - "reference": "e5f8421654930da725499fb92983e6948c6f973e" + "reference": "4ca4083f305de7dff4434ac402dc4e3f39c0866a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/e5f8421654930da725499fb92983e6948c6f973e", - "reference": "e5f8421654930da725499fb92983e6948c6f973e", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/4ca4083f305de7dff4434ac402dc4e3f39c0866a", + "reference": "4ca4083f305de7dff4434ac402dc4e3f39c0866a", "shasum": "" }, "require": { - "behat/mink": "^1.9@dev", + "behat/mink": "^1.11@dev", "ext-json": "*", - "instaclick/php-webdriver": "^1.4", + "instaclick/php-webdriver": "^1.4.14", "php": ">=7.2" }, "require-dev": { "mink/driver-testsuite": "dev-master", + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^8.5.22 || ^9.5.11", - "symfony/error-handler": "^4.4 || ^5.0" + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "type": "mink-driver", "extra": { @@ -409,9 +413,9 @@ ], "support": { "issues": "https://github.com/minkphp/MinkSelenium2Driver/issues", - "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.6.0" + "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.7.0" }, - "time": "2022-03-28T14:55:17+00:00" + "time": "2023-12-09T11:58:45+00:00" }, { "name": "behat/transliterator", @@ -541,23 +545,23 @@ }, { "name": "clue/stream-filter", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e" + "reference": "049509fef80032cb3f051595029ab75b49a3c2f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e", + "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7", + "reference": "049509fef80032cb3f051595029ab75b49a3c2f7", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -579,7 +583,7 @@ } ], "description": "A simple and modern approach to stream filtering in PHP", - "homepage": "https://github.com/clue/php-stream-filter", + "homepage": "https://github.com/clue/stream-filter", "keywords": [ "bucket brigade", "callback", @@ -591,7 +595,7 @@ ], "support": { "issues": "https://github.com/clue/stream-filter/issues", - "source": "https://github.com/clue/stream-filter/tree/v1.6.0" + "source": "https://github.com/clue/stream-filter/tree/v1.7.0" }, "funding": [ { @@ -603,7 +607,7 @@ "type": "github" } ], - "time": "2022-02-21T13:15:14+00:00" + "time": "2023-12-20T15:40:13+00:00" }, { "name": "composer/installers", @@ -1920,16 +1924,16 @@ }, { "name": "drupal/core-composer-scaffold", - "version": "10.1.6", + "version": "10.2.0", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51" + "reference": "97bd91856535a354e9b1b815f0957893e26b6622" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51", - "reference": "1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/97bd91856535a354e9b1b815f0957893e26b6622", + "reference": "97bd91856535a354e9b1b815f0957893e26b6622", "shasum": "" }, "require": { @@ -1964,25 +1968,26 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.6" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.0" }, - "time": "2023-04-30T16:15:32+00:00" + "time": "2023-11-15T23:23:28+00:00" }, { "name": "drupal/core-utility", - "version": "10.1.6", + "version": "10.2.0", "source": { "type": "git", "url": "https://github.com/drupal/core-utility.git", - "reference": "3412e0fda51dfd027933f5023cd6c021e4ef2db5" + "reference": "7b385a85ef56ce47831609b9f0d600216c8e4990" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-utility/zipball/3412e0fda51dfd027933f5023cd6c021e4ef2db5", - "reference": "3412e0fda51dfd027933f5023cd6c021e4ef2db5", + "url": "https://api.github.com/repos/drupal/core-utility/zipball/7b385a85ef56ce47831609b9f0d600216c8e4990", + "reference": "7b385a85ef56ce47831609b9f0d600216c8e4990", "shasum": "" }, "require": { + "masterminds/html5": "^2.7", "php": ">=8.1.0" }, "type": "library", @@ -2006,9 +2011,9 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-utility/tree/10.1.6" + "source": "https://github.com/drupal/core-utility/tree/10.2.0" }, - "time": "2023-08-17T23:12:19+00:00" + "time": "2023-12-03T22:09:22+00:00" }, { "name": "drupal/ctools", @@ -2202,23 +2207,23 @@ }, { "name": "drupal/drupal", - "version": "7.98.0", + "version": "7.99.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drupal.git", - "reference": "7.98" + "reference": "7.99" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drupal-7.98.zip", - "reference": "7.98", - "shasum": "388ab378e346997f6739f74daf2bf1fafea1e851" + "url": "https://ftp.drupal.org/files/projects/drupal-7.99.zip", + "reference": "7.99", + "shasum": "3c0e44967c1bc00eb26600d3d3d1980ed95c705f" }, "type": "drupal-core", "extra": { "drupal": { - "version": "7.98", - "datestamp": "1686154390", + "version": "7.99", + "datestamp": "1701873806", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3513,7 +3518,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/provision.git", - "reference": "b76cfde3c0eab2b954ae191dd3a5a6e1b4cd8faa" + "reference": "f867e8f8526950fbc825456088d1ad6159b8ffd3" }, "require": { "devshop/git-traits": "1.x-dev", @@ -3532,8 +3537,8 @@ "dev-4.x": "4.x-dev" }, "drupal": { - "version": "7.x-4.0-beta19+16-dev", - "datestamp": "1701184480", + "version": "7.x-4.0-beta19+18-dev", + "datestamp": "1703108993", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4970,16 +4975,16 @@ }, { "name": "instaclick/php-webdriver", - "version": "1.4.16", + "version": "1.4.18", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606" + "reference": "a61a8459f86c79dd1f19934ea3929804f2e41f8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", - "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a61a8459f86c79dd1f19934ea3929804f2e41f8c", + "reference": "a61a8459f86c79dd1f19934ea3929804f2e41f8c", "shasum": "" }, "require": { @@ -5027,9 +5032,9 @@ ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", - "source": "https://github.com/instaclick/php-webdriver/tree/1.4.16" + "source": "https://github.com/instaclick/php-webdriver/tree/1.4.18" }, - "time": "2022-10-28T13:30:35+00:00" + "time": "2023-12-08T07:11:19+00:00" }, { "name": "justinrainbow/json-schema", @@ -5189,18 +5194,85 @@ ], "time": "2023-11-19T21:08:19+00:00" }, + { + "name": "masterminds/html5", + "version": "2.8.1", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf", + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ], + "support": { + "issues": "https://github.com/Masterminds/html5-php/issues", + "source": "https://github.com/Masterminds/html5-php/tree/2.8.1" + }, + "time": "2023-05-10T11:58:31+00:00" + }, { "name": "nikic/php-parser", - "version": "v4.17.1", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -5241,9 +5313,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "npm-asset/ansi-regex", @@ -6021,16 +6093,16 @@ }, { "name": "php-http/client-common", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/php-http/client-common.git", - "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b" + "reference": "1e19c059b0e4d5f717bf5d524d616165aeab0612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/client-common/zipball/880509727a447474d2a71b7d7fa5d268ddd3db4b", - "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b", + "url": "https://api.github.com/repos/php-http/client-common/zipball/1e19c059b0e4d5f717bf5d524d616165aeab0612", + "reference": "1e19c059b0e4d5f717bf5d524d616165aeab0612", "shasum": "" }, "require": { @@ -6040,7 +6112,7 @@ "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0 || ^2.0", - "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0", + "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0", "symfony/polyfill-php80": "^1.17" }, "require-dev": { @@ -6084,9 +6156,9 @@ ], "support": { "issues": "https://github.com/php-http/client-common/issues", - "source": "https://github.com/php-http/client-common/tree/2.7.0" + "source": "https://github.com/php-http/client-common/tree/2.7.1" }, - "time": "2023-05-17T06:46:59+00:00" + "time": "2023-11-30T10:31:25+00:00" }, { "name": "php-http/discovery", @@ -6826,25 +6898,25 @@ }, { "name": "psy/psysh", - "version": "v0.11.22", + "version": "v0.12.0", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b" + "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b", - "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d", + "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", - "nikic/php-parser": "^4.0 || ^3.1", - "php": "^8.0 || ^7.0.8", - "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" + "nikic/php-parser": "^5.0 || ^4.0", + "php": "^8.0 || ^7.4", + "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" }, "conflict": { "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" @@ -6855,8 +6927,7 @@ "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well." }, "bin": [ "bin/psysh" @@ -6864,7 +6935,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-0.11": "0.11.x-dev" + "dev-main": "0.12.x-dev" }, "bamarni-bin": { "bin-links": false, @@ -6900,9 +6971,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.22" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.0" }, - "time": "2023-10-14T21:56:36+00:00" + "time": "2023-12-20T15:28:09+00:00" }, { "name": "pyrech/composer-changelogs",