mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Remove unused PHP polyfill for PHP 8.1
This commit is contained in:
parent
1c0529242c
commit
016df55c55
2 changed files with 0 additions and 5 deletions
|
@ -76,8 +76,4 @@ if (\PHP_VERSION_ID >= 80000) {
|
|||
$config->ignoreErrorsOnPackage('symfony/polyfill-php80', [ErrorType::UNUSED_DEPENDENCY]);
|
||||
}
|
||||
|
||||
if (\PHP_VERSION_ID >= 80100) {
|
||||
$config->ignoreErrorsOnPackage('symfony/polyfill-php81', [ErrorType::UNUSED_DEPENDENCY]);
|
||||
}
|
||||
|
||||
return $config;
|
||||
|
|
|
@ -146,7 +146,6 @@
|
|||
"symfony/monolog-bundle": "^3.10",
|
||||
"symfony/options-resolver": "^5.4.21",
|
||||
"symfony/polyfill-php80": "^1.29",
|
||||
"symfony/polyfill-php81": "^1.29",
|
||||
"symfony/proxy-manager-bridge": "^5.4.21",
|
||||
"symfony/routing": "^5.4.35",
|
||||
"symfony/security-bundle": "^5.4.35",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue