From e6e2ad1ff5080e273b957bf01cd41515e151347f Mon Sep 17 00:00:00 2001 From: Victor Vasiloi Date: Mon, 26 May 2025 15:03:20 +0300 Subject: [PATCH] Support Symfony 5.4 --- .github/workflows/build.yaml | 3 +++ composer.json | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3be46fb..c253141 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -61,6 +61,7 @@ jobs: - "highest" symfony: + - "~5.4.0" - "~6.4.0" - "~7.0.0" @@ -105,6 +106,7 @@ jobs: - "highest" symfony: + - "~5.4.0" - "~6.4.0" - "~7.0.0" @@ -150,6 +152,7 @@ jobs: - "highest" symfony: + - "~5.4.0" - "~6.4.0" - "~7.0.0" diff --git a/composer.json b/composer.json index c637ba1..df4369b 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ "psr/event-dispatcher": "^1.0", "setono/client": "^1.1.1", "setono/doctrine-orm-trait": "^1.1", - "symfony/config": "^6.4 || ^7.0", - "symfony/dependency-injection": "^6.4 || ^7.0", - "symfony/event-dispatcher": "^6.4 || ^7.0", - "symfony/http-foundation": "^6.4 || ^7.0", - "symfony/http-kernel": "^6.4 || ^7.0", - "symfony/uid": "^6.4 || ^7.0", - "symfony/var-exporter": "^6.4 || ^7.0" + "symfony/config": "^5.4 || ^6.4 || ^7.4", + "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.4", + "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.4", + "symfony/http-foundation": "^5.4 || ^6.4 || ^7.4", + "symfony/http-kernel": "^5.4 || ^6.4 || ^7.4", + "symfony/uid": "^5.4 || ^6.4 || ^7.4", + "symfony/var-exporter": "^5.4 || ^6.4 || ^7.4" }, "require-dev": { "matthiasnoback/symfony-dependency-injection-test": "^4.3.1 || ^5.1",