vault / seldaek-monolog / 2.11.0
seldaek-monolog @ 2.11.0
integrity
- size
- 180.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added support for mongodb/mongodb 2.0+
- Fixed deprecation warnings in PHP 8.4/8.5
- Fixed TelegramBotHandler sending empty messages (#1992)
- Fixed RotatingFileHandler unlink errors not being suppressed correctly (#1999)
Full Changelog: https://github.com/Seldaek/monolog/compare/2.10.0...2.11.0
download
unix · zip
curl -fL -o 2.11.0.zip https://ratatoskr.space/pkg/seldaek-monolog/2.11.0.zip
printf '%s %s\n' '605b5e3b01767d1a50345f2cbd051bd3197cebe4450d13c903e339edd2768bce' '2.11.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.11.0.zip"
$out = "2.11.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "605b5e3b01767d1a50345f2cbd051bd3197cebe4450d13c903e339edd2768bce") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.11.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.11.0.tar.gz
printf '%s %s\n' '9bb1e051919b619e43b84533e66605502064a6b801ca43a6542286f6555fd2b3' '2.11.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.11.0.tar.gz"
$out = "2.11.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9bb1e051919b619e43b84533e66605502064a6b801ca43a6542286f6555fd2b3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.11.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.11.0.zip
printf '%s %s\n' '605b5e3b01767d1a50345f2cbd051bd3197cebe4450d13c903e339edd2768bce' '2.11.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.11.0.zip"
$out = "2.11.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "605b5e3b01767d1a50345f2cbd051bd3197cebe4450d13c903e339edd2768bce") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.11.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.11.0.tar.gz
printf '%s %s\n' '9bb1e051919b619e43b84533e66605502064a6b801ca43a6542286f6555fd2b3' '2.11.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.11.0.tar.gz"
$out = "2.11.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9bb1e051919b619e43b84533e66605502064a6b801ca43a6542286f6555fd2b3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.11.0.zip | zip | 182.3 KiB |
blake3-24 0e5503df6e0cf53a4f72bbb347154ff81139637807ddb4a0
sha256 605b5e3b01767d1a50345f2cbd051bd3197cebe4450d13c903e339edd2768bce
sha1 9119af8c9ff59b4aefa1078cbb0f110f77a05717
|
| 2.11.0.tar.gz | tar.gz | 100.8 KiB |
blake3-24 f49312830e0dd3eaa37c44a0750e738e6ac393884792d7ee
sha256 9bb1e051919b619e43b84533e66605502064a6b801ca43a6542286f6555fd2b3
sha1 016e2971b938440c63ec6964e495acfe4da2bfeb
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/2.11.0.tar.gz"],
integrity = "sha256-m7HgUZGbYZ5DuEUz5mYFUCBkprgBykOmVCKG9lVf0rM=",
strip_prefix = "seldaek-monolog-2.11.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/2.11.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:2.11.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.11.0.tar.gz"],
integrity = "sha256-m7HgUZGbYZ5DuEUz5mYFUCBkprgBykOmVCKG9lVf0rM=",
strip_prefix = "seldaek-monolog-2.11.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.11.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:2.11.0