From dca86b57bc4cdc26bde8ad31efd85af8e6a30992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Demonchaux?= Date: Wed, 8 May 2024 11:10:47 +0200 Subject: [PATCH] Allow symfony 6,7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 99e6cf0..0b77c18 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "job-runner/job-runner": "^1.2", - "symfony/notifier": "^6.3.6" + "job-runner/job-runner": "^1.3", + "symfony/notifier": "^6.0 || ^7.0" }, "require-dev": { "doctrine/coding-standard": "^12.0",