From ce43ae9d27a604cae00b6eb31f71b6c672517a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:35:51 +0000 Subject: [PATCH 1/2] composer(deps): bump the version-updates group with 2 updates Updates the requirements on [laminas/laminas-router](https://github.com/laminas/laminas-router) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `laminas/laminas-router` to 3.14.0 - [Release notes](https://github.com/laminas/laminas-router/releases) - [Commits](https://github.com/laminas/laminas-router/compare/3.13.0...3.14.0) Updates `rector/rector` to 1.2.7 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.2.6...1.2.7) --- updated-dependencies: - dependency-name: laminas/laminas-router dependency-type: direct:production dependency-group: version-updates - dependency-name: rector/rector dependency-type: direct:development dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 59e7888..0272851 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-mbstring": "*", - "laminas/laminas-router": "^3.13.0", + "laminas/laminas-router": "^3.14.0", "laminas/laminas-stdlib": "^3.19.0", "laminas/laminas-uri": "^2.12.0", "psr/container": "^1.1.2 || ^2.0.2" @@ -41,7 +41,7 @@ "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.27", - "rector/rector": "^1.2.6", + "rector/rector": "^1.2.7", "rector/type-perfect": "^1.0.0", "symplify/phpstan-rules": "^13.0.1", "tomasvotruba/cognitive-complexity": "^0.2.3", From 23f35a2e08aae69d09111a8a0dfcb261cb5a1934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 17 Oct 2024 07:49:49 +0200 Subject: [PATCH 2/2] update workflow --- .github/workflows/continuous-integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0eb275a..d8331e2 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -58,6 +58,9 @@ jobs: skip-phpstan: false skip-rector: false skip-phpmd: false + skip-eslint: true + skip-stylelint: true + skip-prettier: true phpcs-options: "" tests: