From 297442e516952cd12b8d0c5f79875711e10290b5 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 2 Aug 2026 10:58:57 +0200 Subject: [PATCH] [Set] Add SymfonySetList::COMPOSER_BASED constant --- src/Set/SymfonySetList.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Set/SymfonySetList.php b/src/Set/SymfonySetList.php index 61a04dbe..b61b55f7 100644 --- a/src/Set/SymfonySetList.php +++ b/src/Set/SymfonySetList.php @@ -11,6 +11,11 @@ final class SymfonySetList { public const string CONFIGS = __DIR__ . '/../../config/sets/symfony/configs.php'; + /** + * Rules bound to the exact Symfony package version they are available from + */ + public const string COMPOSER_BASED = __DIR__ . '/../../config/sets/symfony/composer-based.php'; + /** * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead */