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 */