Skip to content

Commit

Permalink
Merge pull request #24017 from demeritcowboy/polyfill-too-high
Browse files Browse the repository at this point in the history
Lower minimum polyfill version since conflicts with drupal/core-recommended
  • Loading branch information
seamuslee001 authored Jul 19, 2022
2 parents 22d0f9e + 69ed1d2 commit 2c3d19f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
"ezyang/htmlpurifier": "^4.13",
"phpoffice/phpspreadsheet": "^1.18",
"symfony/polyfill-php73": "^1.23",
"symfony/polyfill-php74": "^1.26",
"symfony/polyfill-php80": "^1.26",
"symfony/polyfill-php81": "^1.26",
"symfony/polyfill-php82": "^1.26",
"symfony/polyfill-php74": "^1.0",
"symfony/polyfill-php80": "^1.0",
"symfony/polyfill-php81": "^1.0",
"symfony/polyfill-php82": "^1.0",
"html2text/html2text": "^4.3.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c3d19f

Please sign in to comment.