Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-01-21 09:28:37 +00:00
parent 049c6f8a81
commit a5019ff7bb
5 changed files with 283 additions and 10 deletions
+5 -4
View File
@@ -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"
}
}
}