Remove PHP polyfills

This commit is contained in:
Yassine Guedidi 2025-03-07 22:53:47 +01:00
parent 78ab273dab
commit 206a04bc05
3 changed files with 1 additions and 6 deletions

View file

@ -66,8 +66,4 @@ $config
], [ErrorType::DEV_DEPENDENCY_IN_PROD])
;
if (\PHP_VERSION_ID >= 80000) {
$config->ignoreErrorsOnPackage('symfony/polyfill-php80', [ErrorType::UNUSED_DEPENDENCY]);
}
return $config;

View file

@ -140,7 +140,6 @@
"symfony/mime": "^5.4.35",
"symfony/monolog-bundle": "^3.10",
"symfony/options-resolver": "^5.4.21",
"symfony/polyfill-php80": "^1.29",
"symfony/proxy-manager-bridge": "^5.4.21",
"symfony/routing": "^5.4.35",
"symfony/security-bundle": "^5.4.35",

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ea21102c107122100145841e160009c2",
"content-hash": "fa05df3270f51280bafcf04c9fd0db2a",
"packages": [
{
"name": "babdev/pagerfanta-bundle",