Merge pull request 'chore: revert phpunit version' (#25) from chore/revert-phpunit-version into main

Reviewed-on: #25
This commit was merged in pull request #25.
This commit is contained in:
2026-02-15 23:55:41 +00:00

View File

@@ -1,4 +1,5 @@
{ {
"name": "ktxc/server",
"type": "project", "type": "project",
"license": "proprietary", "license": "proprietary",
"minimum-stability": "stable", "minimum-stability": "stable",
@@ -13,7 +14,7 @@
"symfony/console": "^8.0" "symfony/console": "^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^13.0" "phpunit/phpunit": "^11.0"
}, },
"config": { "config": {
"allow-plugins": { "allow-plugins": {