Skip to content

Commit 19910a5

Browse files
committed
feature #16381 remove polyfills for unsupported php versions (Tobion)
This PR was merged into the 3.0-dev branch. Discussion ---------- remove polyfills for unsupported php versions | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Remove obsolete polyfills in master as introduced in #16317 Commits ------- 78512cc remove polyfills for unsupported php versions
2 parents 741b56a + 63fae4a commit 19910a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
20-
"symfony/polyfill-php55": "~1.0"
19+
"php": ">=5.5.9"
2120
},
2221
"require-dev": {
2322
"symfony/yaml": "~2.8|~3.0",

0 commit comments

Comments
 (0)