From cab5534205bbb103a4d9414365850c4533761c46 Mon Sep 17 00:00:00 2001 From: saifulislamferoz Date: Thu, 4 Jun 2026 23:16:23 +0600 Subject: [PATCH] chore: update Symfony version support in composer.json and README.md --- README.md | 2 +- composer.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6488715..2ee1982 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A Symfony Bundle To Log Selective Events. It is easy to configure and easy to cu | Symfony | PHP | EasyAuditBundle | Support | |:-------:|:---------:|:-------------------------------------------------------------:|:-------------------:| -| 5.4-7.4 | >=8.0.2 | 3.x.x | New Features / Bugs | +| 5.4-8.x | >=8.1 | 3.x.x | New Features / Bugs | | 5.x | >=7.2.5 | [2.x.x](https://github.com/xiidea/EasyAuditBundle/tree/2.0.x) | Bugs | | 2.7-4.4 | ^5.6,^7.0 | [1.4.x](https://github.com/xiidea/EasyAuditBundle/tree/1.4.x) | - | | <=2.8 | ^5.4-7.3 | [1.3.x](https://github.com/xiidea/EasyAuditBundle/tree/1.3.x) | - | diff --git a/composer.json b/composer.json index 26387cd..5ae4619 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,8 @@ "Symfony4", "Symfony5", "Symfony6", + "Symfony7", + "Symfony8", "Audit trail", "PSR-3" ],