Skip to content

Commit

Permalink
[Scoped] Fix downgrade error on symfony/Event* (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Dec 9, 2021
1 parent 28352ee commit 443b5ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/config/config-downgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ 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/*',
Expand All @@ -122,7 +119,6 @@ final class DowngradeRectorConfig
'vendor/symfony/dependency-injection/ExpressionLanguage.php',
'vendor/symfony/dependency-injection/ExpressionLanguageProvider.php',
'vendor/symfony/var-dumper/Caster/*',
'vendor/symfony/console/Tester/*',
'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 443b5ce

Please sign in to comment.