Skip to content

Commit

Permalink
try polyfill is_list
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 6, 2023
1 parent 5075a29 commit b8b1155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions build/config/config-downgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ final class DowngradeRectorConfig
'vendor/rector/rector-generator/templates',

// debug
\Rector\DowngradePhp81\Rector\FuncCall\DowngradeArrayIsListRector::class => [
// something fishy here
'vendor/symfony/dependency-injection/Compiler/*',
]
\Rector\DowngradePhp81\Rector\FuncCall\DowngradeArrayIsListRector::class,
];
}
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"symfony/contracts": "^3.2",
"symfony/dependency-injection": "6.1.*",
"symfony/finder": "^6.2",
"symfony/polyfill-php81": "^1.27",
"symfony/process": "^6.2",
"symfony/string": "^6.2.2",
"symplify/easy-parallel": "^11.1",
Expand Down

0 comments on commit b8b1155

Please sign in to comment.