Symfony 5.4 - Update PHP Unit Recipe

This commit is contained in:
Jack Anderson 2023-10-09 15:52:12 +01:00 committed by Clemente Raposo
parent 015f254a7d
commit a8ecf03b5b
2 changed files with 11 additions and 5 deletions

View file

@ -2,6 +2,8 @@
KERNEL_CLASS='App\Kernel' KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st' APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999 SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
###> nelmio/cors-bundle ### ###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$ CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$

View file

@ -461,14 +461,18 @@
"version": "2.1.2" "version": "2.1.2"
}, },
"phpunit/phpunit": { "phpunit/phpunit": {
"version": "4.7", "version": "9.6",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "main",
"version": "4.7", "version": "9.6",
"ref": "00fdb38c318774cd39f475a753028a5e8d25d47c" "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
}, },
"files": [] "files": [
".env.test",
"phpunit.xml.dist",
"tests/bootstrap.php"
]
}, },
"pimple/pimple": { "pimple/pimple": {
"version": "v3.4.0" "version": "v3.4.0"