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:
@@ -12,6 +12,9 @@
|
||||
".phpunit.result.cache",
|
||||
"/phpunit.xml"
|
||||
],
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<5.4"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Write</> test cases in the <comment>tests/</> folder",
|
||||
" * Use MakerBundle's <comment>make:test</> command as a shortcut!",
|
||||
@@ -114,9 +117,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');",
|
||||
"}",
|
||||
"",
|
||||
@@ -128,7 +129,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "221b9cc0a623f567e83ccd61a8ac82a9a91e2b5b"
|
||||
"ref": "07ce01a897311647520b43d4ddddad9537b99ba6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user