Skip to content

Commit 0699f26

Browse files
authored
chore: upgrade to PHPunit 12 + cleanup (#206)
1 parent 4f2b3b3 commit 0699f26

File tree

6 files changed

+242
-337
lines changed

6 files changed

+242
-337
lines changed

bin/coverage-checker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
declare(strict_types=1);
66

7+
$argv = $argv ?? [];
78
$inputFile = $argv[1];
89

910
if (!is_numeric($argv[2])) {

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"homepage": "https://microsymfony.ovh",
1616
"require": {
17-
"php": ">=8.2",
17+
"php": ">=8.4",
1818
"ext-ctype": "*",
1919
"ext-dom": "*",
2020
"ext-iconv": "*",
@@ -53,7 +53,7 @@
5353
"kocal/biome-js-bundle": "^2.0",
5454
"phpstan/extension-installer": "^1.3",
5555
"phpstan/phpstan-symfony": "^2.0",
56-
"phpunit/phpunit": "^11.0",
56+
"phpunit/phpunit": "^12.0",
5757
"roave/security-advisories": "dev-latest",
5858
"symfony/browser-kit": "~8.0.0",
5959
"symfony/css-selector": "~8.0.0",
@@ -96,7 +96,6 @@
9696
"symfony/runtime": true
9797
},
9898
"platform": {
99-
"php": "8.4"
10099
},
101100
"sort-packages": true
102101
},

0 commit comments

Comments
 (0)