phpunit support

This commit is contained in:
hakutaku
2025-08-18 14:21:01 +03:00
parent 8a025310bd
commit fa3dcb7c35
8 changed files with 2014 additions and 1 deletions

View File

@@ -11,6 +11,21 @@
"config/packages/baldinof_road_runner.yaml"
]
},
"phpunit/phpunit": {
"version": "12.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "11.1",
"ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869"
},
"files": [
".env.test",
"phpunit.dist.xml",
"tests/bootstrap.php",
"bin/phpunit"
]
},
"symfony/console": {
"version": "7.3",
"recipe": {