8990919293949596
* @return the deserialized package * @throws IOException */ public static RepositoryPackage fromPackagist(String name) throws Exception { PackagistDownloader downloader = new PackagistDownloader(); return downloader.loadPackage(name); }
6263646566676869