1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Fix authorship info

This commit is contained in:
Nils Adermann 2012-05-09 16:03:04 +02:00
parent 0c1944a9d0
commit 863bb59b73

View file

@ -17,7 +17,7 @@ use Composer\Package\AliasPackage;
/**
* Solver install operation.
*
* @author Konstantin Kudryashov <ever.zet@gmail.com>
* @author Nils Adermann <naderman@naderman.de>
*/
class MarkAliasInstalledOperation extends SolverOperation
{