varspool / sphpdox

PHPDoc to Sphinx/ReStructured Text API documentation tool
GNU General Public License v3.0
48 stars 16 forks source link

Add composer vendor binary. #6

Closed bd808 closed 11 years ago

bd808 commented 11 years ago

Add a bin script and composer config to install an executable binary similar to PHPUnit's phpunit runner script.

After this change sphpdox can be run as ./vendor/bin/sphpdox from a composer install.

dominics commented 11 years ago

This one conflicts with master now, probably just on the permissions of the composer.json

I've given you push access to varspool/sphpdox so you can merge pull requests like this yourself in future. Your public work looks nice and trustworthy :-) - thanks again.

bd808 commented 11 years ago

I rebased my branch against your master. It should merge cleanly now.