Remove deleting polyfill-php80

[MAILPOET-3725]
This commit is contained in:
Jan Lysý
2021-08-16 11:25:10 +02:00
committed by Veljko V
parent cf8ec8a6ac
commit 3b0a3df437

View File

@@ -25,4 +25,3 @@ file_put_contents($file, $data);
// Remove unnecessary polyfills these polyfills are required by symfony/console
// but don't use and remove the package
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/symfony/polyfill-php73');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/symfony/polyfill-php80');