Skip to content

Commit 557055f

Browse files
committed
minor #992 [Demo] Require PHPUnit 12 (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Demo] Require PHPUnit 12 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 3800cb4 Require PHPUnit 12 for demo application
2 parents a886960 + 3800cb4 commit 557055f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"php-cs-fixer/shim": "^3.90",
4949
"phpstan/phpstan": "^2.1.32",
5050
"phpstan/phpstan-strict-rules": "^2.0.7",
51-
"phpunit/phpunit": "^11.5.44",
51+
"phpunit/phpunit": "^12.1",
5252
"symfony/browser-kit": "^7.3.6",
5353
"symfony/debug-bundle": "^7.3.5",
5454
"symfony/stopwatch": "^7.3",

0 commit comments

Comments
 (0)