Pārlūkot izejas kodu

Merge pull request #49 from igorw/packagist-prefix

rename the pkg cli prefix to packagist
Jordi Boggiano 13 gadi atpakaļ
vecāks
revīzija
41473a2800

+ 1 - 1
src/Packagist/WebBundle/Command/UpdatePackagesCommand.php

@@ -47,7 +47,7 @@ class UpdatePackagesCommand extends ContainerAwareCommand
     protected function configure()
     {
         $this
-            ->setName('pkg:update')
+            ->setName('packagist:update')
             ->setDefinition(array(
                 new InputOption('force', null, InputOption::VALUE_NONE, 'Force a re-crawl of all packages'),
             ))