Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Set/SymfonySetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Loading