mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Remove PHP polyfills
This commit is contained in:
parent
78ab273dab
commit
206a04bc05
3 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue