1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

added author

This commit is contained in:
Tobias Munk 2013-05-31 11:40:38 +02:00
parent f28f3c2d96
commit 5586fa717b

View file

@ -43,6 +43,7 @@ use Composer\Package\Version\VersionParser;
*
* @author Benjamin Eberlei <kontakt@beberlei.de>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @author Tobias Munk <schmunk@usrbin.de>
*/
class CreateProjectCommand extends Command
{