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 0ae73f6 commit e651f58Copy full SHA for e651f58
src/abstract_composer.php
@@ -1,5 +1,7 @@
1
<?php
2
-
+/**
3
+ * Use this to allow scripts in `shell` to load composer deps
4
+ */
5
if (!defined('VENDOR_ROOT')) {
6
define('VENDOR_ROOT', dirname(dirname(__DIR__)) . '/vendor');
7
}
0 commit comments