From 765fe2da22ebbc3d5da1edf9aef404a780356229 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 12 Feb 2024 18:22:49 +0100 Subject: [PATCH] Add the configuration for the Clock integration When the `clock` service is defined (which is done by FrameworkBundle when `symfony/clock` is installed), it will be injected in the listeners supporting a clock integration. --- composer.json | 2 +- src/Resources/config/softdeleteable.xml | 3 +++ src/Resources/config/timestampable.xml | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9cdf7372..b4c4ca20 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0", - "gedmo/doctrine-extensions": "^3.5.0" + "gedmo/doctrine-extensions": "^3.15.0" }, "require-dev": { "phpstan/phpstan": "^1.10", diff --git a/src/Resources/config/softdeleteable.xml b/src/Resources/config/softdeleteable.xml index ae585f48..c8fba7ea 100644 --- a/src/Resources/config/softdeleteable.xml +++ b/src/Resources/config/softdeleteable.xml @@ -12,6 +12,9 @@ + + + diff --git a/src/Resources/config/timestampable.xml b/src/Resources/config/timestampable.xml index 933619c8..9cc07c10 100644 --- a/src/Resources/config/timestampable.xml +++ b/src/Resources/config/timestampable.xml @@ -12,6 +12,9 @@ + + +