guzzle @ 7.13.3
integrity
- size
- 145.6 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Changed
- Adjusted
guzzlehttp/promisesversion constraint to^2.5.1 - Adjusted
guzzlehttp/psr7version constraint to^2.12.4 - Pass explicit trim characters ahead of the PHP 8.6 trim default change
Fixed
- Stop matching cookie domains against hosts with a trailing newline
- Reject HTTP status codes and certificate type extensions with a trailing newline
- Treat PCRE engine failures as invalid cookie names during cookie validation
- Report PCRE engine failures when formatting log messages
- Report PCRE engine failures when splitting
no_proxyvalues
download
unix · zip
curl -fL -o 7.13.3.zip https://ratatoskr.space/pkg/guzzle/7.13.3.zip
printf '%s %s\n' '5790f5ac2bd3df4f9849f415c888ff8fb34f9fa31285f32b821e4409c30ab9e9' '7.13.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.13.3.zip"
$out = "7.13.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5790f5ac2bd3df4f9849f415c888ff8fb34f9fa31285f32b821e4409c30ab9e9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.13.3.tar.gz https://ratatoskr.space/pkg/guzzle/7.13.3.tar.gz
printf '%s %s\n' '9a5ee2ef9f3da1e5f2306bfb41ec68c4aa0a5a5db85bf92fd787c3f3d01a479b' '7.13.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.13.3.tar.gz"
$out = "7.13.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9a5ee2ef9f3da1e5f2306bfb41ec68c4aa0a5a5db85bf92fd787c3f3d01a479b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.13.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.3.zip
printf '%s %s\n' '5790f5ac2bd3df4f9849f415c888ff8fb34f9fa31285f32b821e4409c30ab9e9' '7.13.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.3.zip"
$out = "7.13.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5790f5ac2bd3df4f9849f415c888ff8fb34f9fa31285f32b821e4409c30ab9e9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.13.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.3.tar.gz
printf '%s %s\n' '9a5ee2ef9f3da1e5f2306bfb41ec68c4aa0a5a5db85bf92fd787c3f3d01a479b' '7.13.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.3.tar.gz"
$out = "7.13.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9a5ee2ef9f3da1e5f2306bfb41ec68c4aa0a5a5db85bf92fd787c3f3d01a479b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.13.3.zip | zip | 146.6 KiB |
blake3-24 2d2b2cc000710b30db89218465a13dbbd7cb0dadcdad952b
sha256 5790f5ac2bd3df4f9849f415c888ff8fb34f9fa31285f32b821e4409c30ab9e9
sha1 6d782934c9ff30c57b7fbdf9c67743e24fd7517b
|
| 7.13.3.tar.gz | tar.gz | 121.8 KiB |
blake3-24 b0f10f029fce7a6955f9ae711ef44902f29cee4a565faf3d
sha256 9a5ee2ef9f3da1e5f2306bfb41ec68c4aa0a5a5db85bf92fd787c3f3d01a479b
sha1 b5577b61cbdfb54d17c1b8f3832568012c6dea7e
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.13.3.tar.gz"],
integrity = "sha256-ml7i7589oeXyMGv7QexoxKoKWl24W/kv14fD89AaR5s=",
strip_prefix = "guzzle-7.13.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.13.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.13.3
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.3.tar.gz"],
integrity = "sha256-ml7i7589oeXyMGv7QexoxKoKWl24W/kv14fD89AaR5s=",
strip_prefix = "guzzle-7.13.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.3.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.13.3