This change allows usage of the console bin/transphpile if the package was installed via composer as a dependency.
Explanation:
Installing the package with composer composer require jaytaph/Transphpile (if you add it as repository first) will symlink bin/transphpile into vendor/bin/transphpile.
This change allows usage of the console
bin/transphpile
if the package was installed via composer as a dependency.Explanation: Installing the package with composer
composer require jaytaph/Transphpile
(if you add it as repository first) will symlinkbin/transphpile
intovendor/bin/transphpile
.