Skip to content

Commit

Permalink
Remove replace section in composer.json (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored Feb 6, 2024
1 parent f092165 commit 8817c0a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,10 @@
"dereuromark/composer-prefer-lowest": "^0.1.10",
"google/protobuf": "^3.23",
"phpunit/phpunit": "^10.4",
"roxblnfk/unpoly": "^1.8.1",
"vimeo/psalm": "^5.11"
},
"replace": {
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
"suggest": {
"roxblnfk/unpoly": "If you want to remove unnecessary PHP polyfills depend on PHP version."
}
}

0 comments on commit 8817c0a

Please sign in to comment.