Skip to content

Commit b9dc47e

Browse files
committed
chore: remove unused deps
1 parent 354b2c0 commit b9dc47e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"minimum-stability": "dev",
3333
"prefer-stable": true,
3434
"require": {
35-
"ext-curl": "*",
36-
"leafs/alchemy": "dev-next"
35+
"ext-curl": "*"
3736
}
3837
}

src/Fetch.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,6 @@ private static function call($request)
352352
// ]);
353353
// }
354354

355-
// debug curl, get built request as a dump
356-
// response()->json([
357-
// 'curl_request' => curl_getinfo(static::$handler),
358-
// 'options' => $curl_base_options,
359-
// ]);
360-
// die;
361-
362355
$response = curl_exec(static::$handler);
363356
$error = curl_error(static::$handler);
364357
$info = self::getInfo();

0 commit comments

Comments
 (0)