From ae4efb865d4b4120d0d8b348513475aa0bd02be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C3=87al=C4=B1=C5=9Fkan?= <13554944+thecaliskan@users.noreply.github.com> Date: Thu, 30 Oct 2025 22:14:15 +0300 Subject: [PATCH 1/2] Added Symfony 8 support to all symfony/* packages. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4bd1796..ed9a543 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": "^7.4|^8.0", - "symfony/process": "^4.4|^5.3|^6.0|^7.0" + "symfony/process": "^4.4||^5.3||^6.0||^7.0 || ^8.0" }, "require-dev": { "pestphp/pest": "^1.22", "spatie/pest-plugin-snapshots": "^1.1", - "symfony/var-dumper": "^5.3|6.0|^7.0" + "symfony/var-dumper": "^5.3||6.0||^7.0 || ^6.0 || ^8.0" }, "config": { "sort-packages": true, From 480ff5ba499150356b16211a8d946d98754c3ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C3=87al=C4=B1=C5=9Fkan?= <13554944+thecaliskan@users.noreply.github.com> Date: Thu, 30 Oct 2025 22:19:32 +0300 Subject: [PATCH 2/2] Fix version constraint for symfony/var-dumper --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ed9a543..b4342df 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "pestphp/pest": "^1.22", "spatie/pest-plugin-snapshots": "^1.1", - "symfony/var-dumper": "^5.3||6.0||^7.0 || ^6.0 || ^8.0" + "symfony/var-dumper": "^5.3||^6.0||^7.0 || ^8.0" }, "config": { "sort-packages": true,