composer.json: Replace away symfony php polyfills for PHP8/8.1
We know we need 8.1, so we don't need the polyfills Bug: T398269 Change-Id: I022b9c38d52d79a0551732faa6df929b924808ab
This commit is contained in:
parent
7006d2c8c0
commit
00290223cc
1 changed files with 3 additions and 3 deletions
|
|
@ -49,8 +49,6 @@
|
|||
"psr/http-message": "1.1",
|
||||
"psr/log": "1.1.4",
|
||||
"ralouphie/getallheaders": "3.0.3",
|
||||
"symfony/polyfill-php80": "1.31.0",
|
||||
"symfony/polyfill-php81": "1.31.0",
|
||||
"symfony/polyfill-php82": "1.31.0",
|
||||
"symfony/polyfill-php83": "1.31.0",
|
||||
"symfony/yaml": "5.4.45",
|
||||
|
|
@ -112,7 +110,9 @@
|
|||
"symfony/polyfill-ctype": "1.99",
|
||||
"symfony/polyfill-intl-grapheme": "1.17.1",
|
||||
"symfony/polyfill-intl-normalizer": "1.17.1",
|
||||
"symfony/polyfill-mbstring": "1.99"
|
||||
"symfony/polyfill-mbstring": "1.99",
|
||||
"symfony/polyfill-php80": "1.99",
|
||||
"symfony/polyfill-php81": "1.99"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-apcu": "Faster web responses overall.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue