xaav 14 éve
szülő
commit
ef3d37285d

+ 8 - 0
src/Packagist/WebBundle/Repository/Repository/GitRepository.php

@@ -40,7 +40,15 @@ class GitRepository implements RepositoryInterface
         return $this->owner;
     }
 
+    /**
+     * @deprecated
+     */
     public function getSource()
+    {
+        return $this->getUrl();
+    }
+
+    public function getUrl()
     {
         return 'http://github.com/'.$this->owner.'/'.$this->repository.'.git';
     }