Skip to content

Commit eba9680

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: "replace" 7.0 & 5.6 polyfills
2 parents 33ac4fd + ad7818a commit eba9680

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.0.8",
8+
"ext-iconv": "*",
89
"symfony/console": "^3.4",
910
"symfony/flex": "^1.0",
1011
"symfony/framework-bundle": "^3.4",
@@ -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)