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
+4 -5
View File
@@ -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"
}
}
}