Skip to content

Commit

Permalink
[scoped] removed skipped files, that are now removed
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 30, 2022
1 parent 5caf384 commit 6d2d0e6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions build/config/config-downgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,9 @@ final class DowngradeRectorConfig

// use relative paths, so files are excluded on nested directory too
'vendor/symfony/cache/*',
// no event-dispatcher used
'vendor/symfony/console/Event/*',
'vendor/symfony/console/EventListener/*',
// only for composer patches on composer install - not needed in final package
'vendor/cweagans/*',
'nette/caching/src/Bridges/*',

// Rector doesn't use it, so then
// we simply skip downgrading this class
'vendor/symfony/dependency-injection/ExpressionLanguage.php',
'vendor/symfony/dependency-injection/ExpressionLanguageProvider.php',
'vendor/symfony/var-dumper/Caster/*',
'vendor/symfony/console/Tester/*',
// Rector doesn't use it, so we simply skip downgrading this class
'vendor/symfony/contracts/Cache/*',
// depends on PHPUnit, that is only in dev deps
'vendor/myclabs/php-enum/src/PHPUnit/Comparator.php',
Expand Down

0 comments on commit 6d2d0e6

Please sign in to comment.