Explorar o código

Remove repository from providers API responses

Jordi Boggiano %!s(int64=5) %!d(string=hai) anos
pai
achega
fd45934508
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/Packagist/WebBundle/Controller/PackageController.php

+ 0 - 1
src/Packagist/WebBundle/Controller/PackageController.php

@@ -352,7 +352,6 @@ class PackageController extends Controller
                     'name' => $package->getName(),
                     'description' => $package->getDescription(),
                     'type' => $package->getType(),
-                    'repository' => $package->getRepository(),
                 ];
             }