From 13c817c5fb3236b292f33f3c5064e9537841b715 Mon Sep 17 00:00:00 2001 From: Neil Daniels Date: Mon, 18 May 2026 21:46:19 -0700 Subject: [PATCH] Support symfony/cache and symfony/event-dispatcher 8 Allow the dev-side Symfony components to install on v8, matching the constraint widened for symfony/options-resolver in #291. Co-Authored-By: Claude Opus 4.7 (1M context) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9f91ec5f..2b6e0a01 100644 --- a/composer.json +++ b/composer.json @@ -51,8 +51,8 @@ "php-http/mock-client": "^1.2", "slevomat/coding-standard": "^8.27.1", "squizlabs/php_codesniffer": "^4.0.1", - "symfony/cache": "^4.4 || ^5 || ^6 || ^7", - "symfony/event-dispatcher": "^4.4 || ^5 || ^6 || ^7", + "symfony/cache": "^4.4 || ^5 || ^6 || ^7 || ^8", + "symfony/event-dispatcher": "^4.4 || ^5 || ^6 || ^7 || ^8", "phpstan/phpstan": "^2.1.38", "phpstan/phpstan-deprecation-rules": "^2.0.3", "spaze/phpstan-disallowed-calls": "^4.7.0",