guzzle @ 7.10.0
integrity
- size
- 113.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Added
- Support for PHP 8.5
Changed
- Adjusted
guzzlehttp/promisesversion constraint to^2.3 - Adjusted
guzzlehttp/psr7version constraint to^2.8
download
unix · zip
curl -fL -o 7.10.0.zip https://ratatoskr.space/pkg/guzzle/7.10.0.zip
printf '%s %s\n' 'd8cff0dc3d1fd89a16416c860c7af39f497362ed1e4aed18a685da1e95950dc2' '7.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.10.0.zip"
$out = "7.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d8cff0dc3d1fd89a16416c860c7af39f497362ed1e4aed18a685da1e95950dc2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.10.0.tar.gz
printf '%s %s\n' '851730ecee51f47ff0c65f7c39a699351edd181934a09d057427b06c31801c92' '7.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.10.0.tar.gz"
$out = "7.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "851730ecee51f47ff0c65f7c39a699351edd181934a09d057427b06c31801c92") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.0.zip
printf '%s %s\n' 'd8cff0dc3d1fd89a16416c860c7af39f497362ed1e4aed18a685da1e95950dc2' '7.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.0.zip"
$out = "7.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d8cff0dc3d1fd89a16416c860c7af39f497362ed1e4aed18a685da1e95950dc2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.0.tar.gz
printf '%s %s\n' '851730ecee51f47ff0c65f7c39a699351edd181934a09d057427b06c31801c92' '7.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.0.tar.gz"
$out = "7.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "851730ecee51f47ff0c65f7c39a699351edd181934a09d057427b06c31801c92") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.10.0.zip | zip | 113.6 KiB |
blake3-24 9adfe7acdac869cad42165db5fca46a70a9726b6205bdef7
sha256 d8cff0dc3d1fd89a16416c860c7af39f497362ed1e4aed18a685da1e95950dc2
sha1 02ea19a1ba3041e37254b780fb4af13ad56bb263
|
| 7.10.0.tar.gz | tar.gz | 91.1 KiB |
blake3-24 c768fffa27bea6974f7732c74e66506e0f0d2f177d0c50a5
sha256 851730ecee51f47ff0c65f7c39a699351edd181934a09d057427b06c31801c92
sha1 011a732d1c90c8e346aee51b479f41b0efcdad1f
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.10.0.tar.gz"],
integrity = "sha256-hRcw7O5R9H/wxl98OaaZNR7dGBk0oJ0FdCewbDGAHJI=",
strip_prefix = "guzzle-7.10.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.10.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.10.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.0.tar.gz"],
integrity = "sha256-hRcw7O5R9H/wxl98OaaZNR7dGBk0oJ0FdCewbDGAHJI=",
strip_prefix = "guzzle-7.10.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.10.0