mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 03:56:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"/phpunit.xml"
|
||||
],
|
||||
"conflict": {
|
||||
"phpunit/phpunit": "<9.6"
|
||||
"phpunit/phpunit": "<9.6",
|
||||
"symfony/framework-bundle": "<5.4"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Write</> test cases in the <comment>tests/</> folder",
|
||||
@@ -115,9 +116,7 @@
|
||||
"",
|
||||
"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');",
|
||||
"}",
|
||||
"",
|
||||
@@ -129,7 +128,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1f5830c331065b6e4c9d5fa2105e322d29fcd573"
|
||||
"ref": "a411a0480041243d97382cac7984f7dce7813c08"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user