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 354b2c0 commit b9dc47eCopy full SHA for b9dc47e
composer.json
@@ -32,7 +32,6 @@
32
"minimum-stability": "dev",
33
"prefer-stable": true,
34
"require": {
35
- "ext-curl": "*",
36
- "leafs/alchemy": "dev-next"
+ "ext-curl": "*"
37
}
38
src/Fetch.php
@@ -352,13 +352,6 @@ private static function call($request)
352
// ]);
353
// }
354
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
-
362
$response = curl_exec(static::$handler);
363
$error = curl_error(static::$handler);
364
$info = self::getInfo();
0 commit comments