Updated phpunit recipe

This commit is contained in:
Jan Böhmer 2025-07-14 00:06:44 +02:00
parent 78de2c5e03
commit 2cd2a481d9
3 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View file

@ -42,7 +42,7 @@ yarn-error.log
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
/.phpunit.cache/
###< phpunit/phpunit ###
###> phpstan/phpstan ###

0
bin/phpunit Executable file → Normal file
View file

View file

@ -309,15 +309,16 @@
"version": "0.12.4"
},
"phpunit/phpunit": {
"version": "9.6",
"version": "11.5",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "9.6",
"ref": "6a9341aa97d441627f8bd424ae85dc04c944f8b4"
"version": "11.1",
"ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869"
},
"files": [
".env.test",
"bin/phpunit",
"phpunit.xml.dist",
"tests/bootstrap.php"
]