Skip to content

Commit 97a2ad1

Browse files
authored
Merge pull request #628 from humanmade/prefer-dist
Add `--prefer-dist` to composer install command
2 parents a74ee2e + c8303aa commit 97a2ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#====================#
66

77
# Install composer dependencies
8-
composer install --no-dev --optimize-autoloader --apcu-autoloader
8+
composer install --no-dev --prefer-dist --optimize-autoloader --apcu-autoloader
99

1010
# Edit below this line to add any additional build steps.
1111
#

0 commit comments

Comments
 (0)