Moving moontoast/math and symfony/console to require-dev; fixes #20

This commit is contained in:
Ben Ramsey
2014-02-19 19:41:12 -06:00
parent cefaa9aa6c
commit 4fa3a7abfd
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -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");
}