Commit ffd1c45
committed
Fix Composer autoload path in examples
If php-cli-tools added in some project using `composer require wp-cli/php-cli-tools` then examples scripts will not work because path to `/vendor/autoload.php` will be different from path used in `/examples/common.php`.1 parent 5311a4b commit ffd1c45
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
0 commit comments