mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 21:38:16 +01:00
Use GuzzleHttp's include-guarded functions (#2135)
This commit is contained in:
parent
9547a358c8
commit
6c6d445911
@ -18,9 +18,9 @@ $packager->recursiveCopy('vendor/guzzlehttp/psr7/src', 'GuzzleHttp/Psr7');
|
||||
$packager->recursiveCopy('vendor/psr/http-message/src', 'Psr/Http/Message');
|
||||
|
||||
$packager->createAutoloader([
|
||||
'GuzzleHttp/functions.php',
|
||||
'GuzzleHttp/Psr7/functions.php',
|
||||
'GuzzleHttp/Promise/functions.php',
|
||||
'GuzzleHttp/functions_include.php',
|
||||
'GuzzleHttp/Psr7/functions_include.php',
|
||||
'GuzzleHttp/Promise/functions_include.php',
|
||||
]);
|
||||
|
||||
$packager->createPhar(__DIR__ . '/artifacts/guzzle.phar');
|
||||
|
Loading…
x
Reference in New Issue
Block a user