update recipes symfony/phpunit-bridge

This commit is contained in:
Julien Fastré 2024-02-14 09:57:09 +01:00
parent e03b0f71bf
commit ca84e9416d
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 2 additions and 4 deletions

View File

@ -623,7 +623,7 @@
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "5.3",
"ref": "221b9cc0a623f567e83ccd61a8ac82a9a91e2b5b"
"ref": "07ce01a897311647520b43d4ddddad9537b99ba6"
},
"files": [
".env.test",

View File

@ -4,9 +4,7 @@ use Symfony\Component\Dotenv\Dotenv;
require dirname(__DIR__).'/vendor/autoload.php';
if (file_exists(dirname(__DIR__).'/config/bootstrap.php')) {
require dirname(__DIR__).'/config/bootstrap.php';
} elseif (method_exists(Dotenv::class, 'bootEnv')) {
if (method_exists(Dotenv::class, 'bootEnv')) {
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
}