Skip to content

Commit

Permalink
Require symfony/polyfill-* to prevent installation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stborchert committed Sep 16, 2024
1 parent 5a6624b commit e73e097
Show file tree
Hide file tree
Showing 2 changed files with 618 additions and 11 deletions.
18 changes: 8 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"symfony/dotenv": "7.1.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "7.1.*",
"symfony/polyfill-ctype": "^1.31",
"symfony/polyfill-iconv": "^1.31",
"symfony/polyfill-php72": "^1.31",
"symfony/polyfill-php73": "^1.31",
"symfony/polyfill-php74": "^1.31",
"symfony/polyfill-php80": "^1.31",
"symfony/polyfill-php81": "^1.31",
"symfony/polyfill-php82": "^1.31",
"symfony/runtime": "7.1.*",
"symfony/yaml": "7.1.*"
},
Expand Down Expand Up @@ -46,16 +54,6 @@
},
"sort-packages": true
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
Expand Down
Loading

0 comments on commit e73e097

Please sign in to comment.