diff --git a/.idea/TijdVoorDeTest.iml b/.idea/TijdVoorDeTest.iml
index 09c1969..486f93d 100644
--- a/.idea/TijdVoorDeTest.iml
+++ b/.idea/TijdVoorDeTest.iml
@@ -169,6 +169,7 @@
+
diff --git a/.idea/php.xml b/.idea/php.xml
index 1ff9fb0..0946da5 100644
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -41,170 +41,169 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/compose.override.yaml b/compose.override.yaml
index 1927cbc..2efd489 100644
--- a/compose.override.yaml
+++ b/compose.override.yaml
@@ -7,6 +7,7 @@ services:
target: frankenphp_dev
volumes:
- ./:/app
+ - ~/.composer/cache:/root/.composer/cache
- ./frankenphp/Caddyfile:/etc/caddy/Caddyfile:ro
- ./frankenphp/conf.d/20-app.dev.ini:/usr/local/etc/php/app.conf.d/20-app.dev.ini:ro
- ./frankenphp/data:/data
@@ -46,6 +47,8 @@ services:
- sass:build
- --watch
- -v
+ healthcheck:
+ disable: true
###> symfony/mercure-bundle ###
###< symfony/mercure-bundle ###
diff --git a/config/packages/web_profiler.yaml b/config/packages/web_profiler.yaml
index 7f32f21..e3bb2a5 100644
--- a/config/packages/web_profiler.yaml
+++ b/config/packages/web_profiler.yaml
@@ -6,7 +6,6 @@ when@dev:
framework:
profiler:
only_exceptions: false
- collect_serializer_data: true
when@test:
web_profiler: