Skip to content

Commit 1ae3e57

Browse files
authored
Merge pull request #17 from staabm/patch-1
Support cs-tools when installed with a project in vendor/
2 parents 96c0149 + 1faa4a3 commit 1ae3e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pretty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
ini_set('display_errors', '1');
55
error_reporting(E_ALL);
6+
putenv(join("", array("PATH=vendor/bin", PATH_SEPARATOR, getenv("PATH"))));
67

78
$commands = [
89
/**

0 commit comments

Comments
 (0)