mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Moving moontoast/math and symfony/console to require-dev; fixes #20
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
error_reporting(E_ALL | E_STRICT);
|
||||
|
||||
// Ensure that composer has installed all dependencies
|
||||
if (!file_exists(dirname(__DIR__) . DIRECTORY_SEPARATOR . 'composer.lock')) {
|
||||
if (!file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {
|
||||
die("Dependencies must be installed using composer:\n\nphp composer.phar install --dev\n\n"
|
||||
. "See http://getcomposer.org for help with installing composer\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user