vault / seldaek-monolog / 1.25.2
seldaek-monolog @ 1.25.2
integrity
- size
- 142.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable
- Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler and SamplingHandler
- Fixed BrowserConsoleHandler formatting when using multiple styles
- Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings
- Fixed normalization of SoapFault objects containing non-strings as "detail"
- Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding
download
unix · zip
curl -fL -o 1.25.2.zip https://ratatoskr.space/pkg/seldaek-monolog/1.25.2.zip
printf '%s %s\n' '7a06c10c365237a5c0f35f0259dcf932eec897b4032d295d5e9e5bec5f6a1efa' '1.25.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.2.zip"
$out = "1.25.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7a06c10c365237a5c0f35f0259dcf932eec897b4032d295d5e9e5bec5f6a1efa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.25.2.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.25.2.tar.gz
printf '%s %s\n' 'fa51ddebc76da232777c1ee10c4af295d42f3693ce378c5545492e6a93ea7365' '1.25.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.2.tar.gz"
$out = "1.25.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fa51ddebc76da232777c1ee10c4af295d42f3693ce378c5545492e6a93ea7365") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.25.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.2.zip
printf '%s %s\n' '7a06c10c365237a5c0f35f0259dcf932eec897b4032d295d5e9e5bec5f6a1efa' '1.25.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.2.zip"
$out = "1.25.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7a06c10c365237a5c0f35f0259dcf932eec897b4032d295d5e9e5bec5f6a1efa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.25.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.2.tar.gz
printf '%s %s\n' 'fa51ddebc76da232777c1ee10c4af295d42f3693ce378c5545492e6a93ea7365' '1.25.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.2.tar.gz"
$out = "1.25.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fa51ddebc76da232777c1ee10c4af295d42f3693ce378c5545492e6a93ea7365") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.25.2.zip | zip | 143.5 KiB |
blake3-24 45004bc050100ccc0d87dbc16386bde58c5b424d4546739e
sha256 7a06c10c365237a5c0f35f0259dcf932eec897b4032d295d5e9e5bec5f6a1efa
sha1 7685623f511e41a2cb2c4ded7c39de0dab07845b
|
| 1.25.2.tar.gz | tar.gz | 77.5 KiB |
blake3-24 900cc7bfefecc30729028febc548bf1401209fef7d87adbb
sha256 fa51ddebc76da232777c1ee10c4af295d42f3693ce378c5545492e6a93ea7365
sha1 ab9684b1d866e1907b2b6570fd9478b5b1072fa7
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.25.2.tar.gz"],
integrity = "sha256-+lHd68dtojJ3fB7hDEryldQvNpPON4xVRUkuapPqc2U=",
strip_prefix = "seldaek-monolog-1.25.2",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.25.2
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.2.tar.gz"],
integrity = "sha256-+lHd68dtojJ3fB7hDEryldQvNpPON4xVRUkuapPqc2U=",
strip_prefix = "seldaek-monolog-1.25.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.25.2