We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05dbfc commit 50f06d3Copy full SHA for 50f06d3
composer-diff
100644
100755
composer-diff.php
@@ -33,6 +33,17 @@
33
}
34
35
36
+if (!defined('JBZOO_AUTOLOAD_FILE')) {
37
+ fwrite(
38
+ STDERR,
39
+ 'You need to set up the project dependencies using Composer:' . PHP_EOL . PHP_EOL .
40
+ ' composer install' . PHP_EOL . PHP_EOL .
41
+ 'You can learn all about Composer on https://getcomposer.org/.' . PHP_EOL
42
+ );
43
+
44
+ die(1);
45
+}
46
47
require_once JBZOO_AUTOLOAD_FILE;
48
49
$application = new CliApplication('JBZoo/Composer-Diff', '@git-version@');
0 commit comments