Skip to content

Commit

Permalink
Clean up exclude paths from config-downgrade.php (#5858)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored May 4, 2024
1 parent 28e84d2 commit 4789b51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/config/config-downgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ final class DowngradeRectorConfig
// Individual classes that can be excluded because
// they are not used by Rector, and they use classes
// loaded with "require-dev" so it'd throw an error

// use relative paths, so files are excluded on nested directory too
'vendor/symfony/cache/*',
// only for composer patches on composer install - not needed in final package
'vendor/cweagans/*',
// Rector doesn't use it, so we simply skip downgrading this class
'vendor/symfony/contracts/Cache/*',

'vendor/rector/rector-generator/templates',
];
}

0 comments on commit 4789b51

Please sign in to comment.