Skip to content

Commit 89ae585

Browse files
committed
add --prefer-source flag
1 parent 753c6b1 commit 89ae585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if (!$loader = @require_once __DIR__ . '/../vendor/autoload.php') {
44
die("You must set up the project dependencies, run the following commands:
55
wget http://getcomposer.org/composer.phar
6-
php composer.phar install --dev
6+
php composer.phar install --dev --prefer-source
77
");
88
}
99

0 commit comments

Comments
 (0)