Skip to content

Commit 8d6f42b

Browse files
committed
Remove dependency to ParseComposer
1 parent 9915d2e commit 8d6f42b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/build-composer-json.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
$results = array();
88

9-
$versionFactory = new \Drupal\ParseComposer\VersionFactory();
10-
$versionParser = new \Composer\Package\Version\VersionParser();
11-
129
$client = new \GuzzleHttp\Client();
1310
$storage = new \GuzzleHttp\Subscriber\Cache\CacheStorage(new \Doctrine\Common\Cache\FilesystemCache(__DIR__ . '/cache'));
1411
CacheSubscriber::attach($client, ['storage' => $storage]);

0 commit comments

Comments
 (0)