mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 20:52:45 +00:00
Add vendor dir symlink for examples
This commit is contained in:
@@ -27,4 +27,4 @@ $curl->progress(function($client, $download_size, $downloaded, $upload_size, $up
|
||||
$curl->complete(function($instance) {
|
||||
echo "\n" . 'download complete' . "\n";
|
||||
});
|
||||
$curl->download('https://php.net/distributions/manual/php_manual_en.html.gz', '/tmp/php_manual_en.html.gz');
|
||||
$curl->download('https://secure.php.net/distributions/manual/php_manual_en.html.gz', '/tmp/php_manual_en.html.gz');
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../vendor
|
||||
Reference in New Issue
Block a user