Skip to content

Commit 35d1016

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: "replace" 7.0 & 5.6 polyfills
2 parents c9f4cb8 + eba9680 commit 35d1016

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Project description",
66
"require": {
77
"php": "^7.1.3",
8+
"ext-iconv": "*",
89
"symfony/console": "^4.0",
910
"symfony/flex": "^1.0",
1011
"symfony/framework-bundle": "^4.0",
@@ -30,6 +31,11 @@
3031
"App\\Tests\\": "tests/"
3132
}
3233
},
34+
"replace": {
35+
"symfony/polyfill-apcu": "*",
36+
"symfony/polyfill-php70": "*",
37+
"symfony/polyfill-php56": "*"
38+
},
3339
"scripts": {
3440
"auto-scripts": [
3541
],

0 commit comments

Comments
 (0)