Skip to content

Commit 63fae4a

Browse files
committed
remove polyfills for unsupported php versions
1 parent b545db9 commit 63fae4a

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)