fix copy caddyfile dans dockerfile, maj composer json, directive watch worker frankenphp
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2025-10-02 16:12:06 +02:00
parent d15579578e
commit a2346cfd34
9 changed files with 70 additions and 1072 deletions

View File

@@ -7,16 +7,15 @@
"php": "^8.4",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/annotations": "^1.13",
"runtime/frankenphp-symfony": "^0.2.0",
"sentry/sentry-symfony": "^4.5",
"sentry/sentry-symfony": "^5",
"symfony/apache-pack": "^1.0",
"symfony/asset": "6.4.*",
"symfony/console": "6.4.*",
"symfony/dependency-injection": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/expression-language": "6.4.*",
"symfony/flex": "^1.17|^2",
"symfony/flex": "^2",
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/http-client": "6.4.*",
@@ -27,7 +26,7 @@
"symfony/translation": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/validator": "6.4.*",
"symfony/webpack-encore-bundle": "^1.16",
"symfony/webpack-encore-bundle": "^2",
"symfony/yaml": "6.4.*"
},
"config": {
@@ -82,6 +81,9 @@
"symfony": {
"allow-contrib": true,
"require": "6.4.*"
},
"runtime": {
"class": "Runtime\\FrankenPhpSymfony\\Runtime"
}
},
"require-dev": {