We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9915d2e commit 8d6f42bCopy full SHA for 8d6f42b
build/build-composer-json.php
@@ -6,9 +6,6 @@
6
7
$results = array();
8
9
-$versionFactory = new \Drupal\ParseComposer\VersionFactory();
10
-$versionParser = new \Composer\Package\Version\VersionParser();
11
-
12
$client = new \GuzzleHttp\Client();
13
$storage = new \GuzzleHttp\Subscriber\Cache\CacheStorage(new \Doctrine\Common\Cache\FilesystemCache(__DIR__ . '/cache'));
14
CacheSubscriber::attach($client, ['storage' => $storage]);
0 commit comments