Skip to content

Commit bd99cbe

Browse files
committed
Merge branch 'release/4.1.1'
2 parents e2110ae + 430edab commit bd99cbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"composer-plugin-api": "^1.1",
99
"composer/semver": "^1.4",
1010
"drupal-composer/drupal-scaffold": "^2.2",
11-
"symfony/filesystem": "~3.0"
11+
"symfony/filesystem": "~3.0 || ^4.0"
1212
},
1313
"config": {
1414
"bin-dir": "bin/"

src/Handler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function updateShepherdScaffoldFiles()
8888
'RoboFile.php',
8989
'docker/Dockerfile',
9090
'docker/xdebug.ini',
91+
'docker/php_custom.ini',
9192
]
9293
);
9394
}

0 commit comments

Comments
 (0)