Skip to content

Commit

Permalink
Remove symfony/polyfill-php72
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 18, 2023
1 parent d2a94c7 commit 8ff8fb0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 85 deletions.
4 changes: 0 additions & 4 deletions bin/phpstan
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ use Symfony\Component\Console\Helper\ProgressBar;
|| !array_key_exists('e69f7f6ee287b969198c3c9d6777bd38', $composerAutoloadFiles)
|| !array_key_exists('0d59ee240a4cd96ddbb4ff164fccea4d', $composerAutoloadFiles)
|| !array_key_exists('b686b8e46447868025a15ce5d0cb2634', $composerAutoloadFiles)
|| !array_key_exists('25072dd6e2470089de65ae7bf11d3109', $composerAutoloadFiles)
|| !array_key_exists('8825ede83f2f289127722d4e842cf7e8', $composerAutoloadFiles)
) {
echo "Composer autoloader changed\n";
Expand Down Expand Up @@ -72,9 +71,6 @@ use Symfony\Component\Console\Helper\ProgressBar;
// vendor/symfony/polyfill-php74/bootstrap.php
'b686b8e46447868025a15ce5d0cb2634' => true,

// vendor/symfony/polyfill-php72/bootstrap.php
'25072dd6e2470089de65ae7bf11d3109' => true,

// vendor/symfony/polyfill-intl-grapheme/bootstrap.php
'8825ede83f2f289127722d4e842cf7e8' => true,
];
Expand Down
2 changes: 0 additions & 2 deletions compiler/build/scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
'../../vendor/symfony/polyfill-intl-normalizer',
'../../vendor/symfony/polyfill-php73',
'../../vendor/symfony/polyfill-php74',
'../../vendor/symfony/polyfill-php72',
'../../vendor/symfony/polyfill-intl-grapheme',
]) as $file) {
if ($file->getPathName() === '../../vendor/jetbrains/phpstorm-stubs/PhpStormStubsMap.php') {
Expand Down Expand Up @@ -229,7 +228,6 @@ function (string $filePath, string $prefix, string $content): string {
'Symfony\Polyfill\Intl\Normalizer',
'Symfony\Polyfill\Php73',
'Symfony\Polyfill\Php74',
'Symfony\Polyfill\Php72',
'Symfony\Polyfill\Intl\Grapheme',
],
'expose-global-functions' => false,
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"symfony/polyfill-intl-grapheme": "^1.23",
"symfony/polyfill-intl-normalizer": "^1.23",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php72": "^1.23",
"symfony/polyfill-php73": "^1.23",
"symfony/polyfill-php74": "^1.23",
"symfony/polyfill-php80": "^1.23",
Expand Down
78 changes: 1 addition & 77 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/PHPStan/Composer/AutoloadFilesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function testExpectedFiles(): void
'symfony/polyfill-intl-grapheme/bootstrap.php', // afaik polyfills aren't necessary
'symfony/polyfill-intl-normalizer/bootstrap.php', // afaik polyfills aren't necessary
'symfony/polyfill-mbstring/bootstrap.php', // afaik polyfills aren't necessary
'symfony/polyfill-php72/bootstrap.php', // afaik polyfills aren't necessary
'symfony/polyfill-php73/bootstrap.php', // afaik polyfills aren't necessary
'symfony/polyfill-php74/bootstrap.php', // afaik polyfills aren't necessary
'symfony/polyfill-php80/bootstrap.php', // afaik polyfills aren't necessary
Expand Down

0 comments on commit 8ff8fb0

Please sign in to comment.