1
0
Fork 0
composer/bin
Beau Simensen d7714983c3 Fallback to include `vendor/.composer/autoload.php` for `bin/composer`
When Composer is a dependency for a project the `vendor/bin/composer`
script will not run as it is looking for `__DIR__.'/../vendor'` which
likely will not exist. What I believe is intended is for the script
to include the packages `vendor/.composer/autoload.php`.
2012-01-19 22:28:51 -08:00
..
compile Restore +x on bin files 2012-01-17 22:34:37 +01:00
composer Fallback to include `vendor/.composer/autoload.php` for `bin/composer` 2012-01-19 22:28:51 -08:00