From c76be474f6d27a713464c13ab813e8b0b97640cc Mon Sep 17 00:00:00 2001 From: unocha-jenkins Date: Thu, 13 Jul 2023 06:36:34 +0000 Subject: [PATCH] chore: Update all outdated drupal/* packages. --- composer.lock | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/composer.lock b/composer.lock index b4d317e9..3ef8b4f6 100644 --- a/composer.lock +++ b/composer.lock @@ -12669,29 +12669,31 @@ }, { "name": "drupal/stage_file_proxy", - "version": "2.0.3", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/stage_file_proxy.git", - "reference": "2.0.3" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-2.0.3.zip", - "reference": "2.0.3", - "shasum": "74833f98bee96a108516bbd1cad3b728b735918c" + "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-2.1.0.zip", + "reference": "2.1.0", + "shasum": "7a9011aef604bb2d071b3dbdf6b3d98bd3c55625" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^9 || ^10", + "php": ">=8" }, "require-dev": { + "drupal/coder": "^8.3", "drush/drush": "^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.3", - "datestamp": "1688053826", + "version": "2.1.0", + "datestamp": "1688746220", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12704,6 +12706,17 @@ } }, "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "phpcs": [ + "vendor/bin/phpcs -p ." + ], + "phpcbf": [ + "vendor/bin/phpcbf -p ." + ], + "test": [ + "@phpcs" + ] + }, "license": [ "GPL-2.0-or-later" ], @@ -14270,16 +14283,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.24", + "version": "1.10.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "360ecc90569e9a60c2954ee209ec04fa0d958e14" + "reference": "578f4e70d117f9a90699324c555922800ac38d8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/360ecc90569e9a60c2954ee209ec04fa0d958e14", - "reference": "360ecc90569e9a60c2954ee209ec04fa0d958e14", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/578f4e70d117f9a90699324c555922800ac38d8c", + "reference": "578f4e70d117f9a90699324c555922800ac38d8c", "shasum": "" }, "require": { @@ -14328,7 +14341,7 @@ "type": "tidelift" } ], - "time": "2023-07-05T12:32:13+00:00" + "time": "2023-07-06T12:11:37+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -14698,16 +14711,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.9", + "version": "9.6.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a9aceaf20a682aeacf28d582654a1670d8826778" + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9aceaf20a682aeacf28d582654a1670d8826778", - "reference": "a9aceaf20a682aeacf28d582654a1670d8826778", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6d351645c3fe5a30f5e86be6577d946af65a328", + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328", "shasum": "" }, "require": { @@ -14781,7 +14794,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.9" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.10" }, "funding": [ { @@ -14797,7 +14810,7 @@ "type": "tidelift" } ], - "time": "2023-06-11T06:13:56+00:00" + "time": "2023-07-10T04:04:23+00:00" }, { "name": "react/promise",