From 7cb06696c9e5e0e10b7119a2772ddc6e7a990820 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Fri, 12 May 2023 18:47:24 +0200 Subject: [PATCH 1/2] Rector/Phpunit fixed --- composer.json | 4 ++-- phpunit.xml.dist | 27 +++++++++++---------------- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index f2726bdcd..94e041e99 100644 --- a/composer.json +++ b/composer.json @@ -101,10 +101,10 @@ "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.1", "psr/log": "^3.0", "qossmic/deptrac-shim": "^1.0", - "rector/rector": "^0.15", + "rector/rector": "^0.16", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "^6.1", "symfony/filesystem": "^6.1", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1204bb54c..0cac01064 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,10 @@ - - - src - - - ./src/Kernel.php - ./src/Controller/SecurityController.php - - + tests/ @@ -27,12 +19,6 @@ tests/framework - - @@ -45,4 +31,13 @@ + + + src + + + ./src/Kernel.php + ./src/Controller/SecurityController.php + + From 54ff3cd5cf222b7e121f46beb9b51ba978512cac Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Fri, 12 May 2023 18:48:10 +0200 Subject: [PATCH 2/2] Tag name fixed --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae2faa417..8da89578b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,11 @@ updates: open-pull-requests-limit: 20 allow: - dependency-type: all - labels: [ "Dependencies" ] + labels: [ "dependencies" ] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" open-pull-requests-limit: 20 - labels: [ "Dependencies" ] + labels: [ "dependencies" ]