From 6302f54f6a04520d6db67463e360323dda258d98 Mon Sep 17 00:00:00 2001 From: Toon Verwerft Date: Fri, 13 Feb 2026 08:18:18 +0100 Subject: [PATCH] Add support for SF80 --- .github/workflows/grumphp.yaml | 1 + composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/grumphp.yaml b/.github/workflows/grumphp.yaml index e35e5b4..6752852 100644 --- a/.github/workflows/grumphp.yaml +++ b/.github/workflows/grumphp.yaml @@ -46,3 +46,4 @@ jobs: continue-on-error: ${{ matrix.php-versions == '8.5' }} env: PHP_CS_FIXER_IGNORE_ENV: 1 + BOX_REQUIREMENT_CHECKER: 0 diff --git a/composer.json b/composer.json index ce664e2..af2f776 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ "require": { "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "phpro/api-problem": "^1.0", - "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", - "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", - "symfony/http-kernel": "^6.4 || ^7.0" + "symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0", + "symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0", + "symfony/http-kernel": "^6.4 || ^7.4 || ^8.0" }, "require-dev": { "matthiasnoback/symfony-dependency-injection-test": "^4.3", @@ -23,7 +23,7 @@ "phpspec/prophecy": "^1.17", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^12.4", - "symfony/security-core": "^5.4 || ^6.0 || ^7.0" + "symfony/security-core": "^6.4 || ^7.4 || ^8.0" }, "config": { "sort-packages": true,