Skip to content

Commit

Permalink
Replace unnecessary polyfills to prevent them from being installed
Browse files Browse the repository at this point in the history
These add no value since we require PHP versions above these, and they lead to worse IDE support due to multiple declarations
  • Loading branch information
caendesilva committed Jul 17, 2024
1 parent 2002263 commit 52c9985
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 156 deletions.
2 changes: 0 additions & 2 deletions .idea/php.xml

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

4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"rector/rector": "^1.2.1",
"squizlabs/php_codesniffer": "^3.7"
},
"replace": {
"symfony/polyfill-php72": "*",
"symfony/polyfill-php80": "*"
},
"conflict": {
"symfony/string": ">=7.0"
},
Expand Down
155 changes: 1 addition & 154 deletions composer.lock

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

0 comments on commit 52c9985

Please sign in to comment.