varspool / sphpdox

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

Move phpunit to "require-dev". #5

Closed bd808 closed 11 years ago

bd808 commented 11 years ago

PHPUnit is not needed by the runtime library. It is only needed to run the unit tests when developing the library. This change allows phpunit to be installed by composer when composer install --dev is run but keeps it from being installed when a user is including sphpdox in their own project's composer.json file.

dominics commented 11 years ago

Awesome, thanks