Skip to content

Commit 0d26a6b

Browse files
committed
minor #522 Remove polyfill (derrabus)
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Remove polyfill On the main branch, we require PHP 8 or higher. I think, it's therefor safe to remove the PHP 7.2 polyfill. Commits ------- 4651d8c Remove polyfill
2 parents 567dab4 + 4651d8c commit 0d26a6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0",
2828
"symfony/http-client": "^4.4.11 || ^5.2 || ^6.0",
2929
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
30-
"symfony/polyfill-php72": "^1.9",
3130
"symfony/process": "^4.4 || ^5.0 || ^6.0"
3231
},
3332
"autoload": {

0 commit comments

Comments
 (0)