Skip to content

Commit 4966423

Browse files
committed
minor #1066 Remove "symfony/polyfill-php72" from the dependencies (rosier)
This PR was merged into the master branch. Discussion ---------- Remove "symfony/polyfill-php72" from the dependencies PHP version 7.2+ is already required by Symfony 5 Commits ------- 701da6d Remove "symfony/polyfill-php70" and "symfony/polyfill-php72" from the dependencies
2 parents 5eae5f2 + 701da6d commit 4966423

File tree

3 files changed

+5
-122
lines changed

3 files changed

+5
-122
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"type": "project",
55
"description": "Symfony Demo Application",
66
"minimum-stability": "stable",
7+
"replace": {
8+
"symfony/polyfill-php70": "*",
9+
"symfony/polyfill-php72": "*"
10+
},
711
"require": {
812
"php": "^7.2.9",
913
"ext-pdo_sqlite": "*",
@@ -23,7 +27,6 @@
2327
"symfony/mailer": "5.0.*",
2428
"symfony/monolog-bundle": "^3.1",
2529
"symfony/polyfill-intl-messageformatter": "^1.12",
26-
"symfony/polyfill-php72": "^1.8",
2730
"symfony/security-bundle": "5.0.*",
2831
"symfony/string": "5.0.*",
2932
"symfony/translation": "5.0.*",

composer.lock

Lines changed: 1 addition & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,6 @@
371371
"symfony/polyfill-mbstring": {
372372
"version": "v1.12.0"
373373
},
374-
"symfony/polyfill-php70": {
375-
"version": "v1.12.0"
376-
},
377-
"symfony/polyfill-php72": {
378-
"version": "v1.12.0"
379-
},
380374
"symfony/polyfill-php73": {
381375
"version": "v1.12.0"
382376
},

0 commit comments

Comments
 (0)