Skip to content

Commit e651f58

Browse files
committed
describe the use of the abstract_composer.php file
1 parent 0ae73f6 commit e651f58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/abstract_composer.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
2-
2+
/**
3+
* Use this to allow scripts in `shell` to load composer deps
4+
*/
35
if (!defined('VENDOR_ROOT')) {
46
define('VENDOR_ROOT', dirname(dirname(__DIR__)) . '/vendor');
57
}

0 commit comments

Comments
 (0)