We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753c6b1 commit 89ae585Copy full SHA for 89ae585
Tests/bootstrap.php
@@ -3,7 +3,7 @@
3
if (!$loader = @require_once __DIR__ . '/../vendor/autoload.php') {
4
die("You must set up the project dependencies, run the following commands:
5
wget http://getcomposer.org/composer.phar
6
-php composer.phar install --dev
+php composer.phar install --dev --prefer-source
7
");
8
}
9
0 commit comments