mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-28 21:58:03 +08:00
Symfony 5.4 - Update PHP Unit Recipe
This commit is contained in:
parent
015f254a7d
commit
a8ecf03b5b
2 changed files with 11 additions and 5 deletions
|
@ -2,6 +2,8 @@
|
|||
KERNEL_CLASS='App\Kernel'
|
||||
APP_SECRET='$ecretf0rt3st'
|
||||
SYMFONY_DEPRECATIONS_HELPER=999999
|
||||
PANTHER_APP_ENV=panther
|
||||
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
|
||||
|
||||
###> nelmio/cors-bundle ###
|
||||
CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$
|
||||
|
|
14
symfony.lock
14
symfony.lock
|
@ -461,14 +461,18 @@
|
|||
"version": "2.1.2"
|
||||
},
|
||||
"phpunit/phpunit": {
|
||||
"version": "4.7",
|
||||
"version": "9.6",
|
||||
"recipe": {
|
||||
"repo": "github.com/symfony/recipes",
|
||||
"branch": "master",
|
||||
"version": "4.7",
|
||||
"ref": "00fdb38c318774cd39f475a753028a5e8d25d47c"
|
||||
"branch": "main",
|
||||
"version": "9.6",
|
||||
"ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
|
||||
},
|
||||
"files": []
|
||||
"files": [
|
||||
".env.test",
|
||||
"phpunit.xml.dist",
|
||||
"tests/bootstrap.php"
|
||||
]
|
||||
},
|
||||
"pimple/pimple": {
|
||||
"version": "v3.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue