jaytaph / Transphpile

PHP 7 to PHP 5.6 Transpiler
BSD 3-Clause "New" or "Revised" License
177 stars 9 forks source link

Console: allow usage if installed as dependency #13

Closed glaubinix closed 7 years ago

glaubinix commented 7 years ago

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.

jaytaph commented 7 years ago

thanks @glaubinix for the PR