vault / seldaek-monolog / 2.1.0
seldaek-monolog @ 2.1.0
integrity
- size
- 161.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added
JSON_INVALID_UTF8_SUBSTITUTEto default json flags, so that invalid UTF8 characters now get converted to � instead of being converted from ISO-8859-15 to UTF8 as it was before, which was hardly a comprehensive solution - Added
$ignoreEmptyContextAndExtraoption to JsonFormatter to skip empty context/extra entirely from the output - Added
$parseMode,$disableWebPagePreviewand$disableNotificationoptions to TelegramBotHandler - Added tentative support for PHP 8
- NormalizerFormatter::addJsonEncodeOption and removeJsonEncodeOption are now public to allow modifying default json flags
- Fixed GitProcessor type error when there is no git repo present
- Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
- Fixed support for relative paths in RotatingFileHandler
download
unix · zip
curl -fL -o 2.1.0.zip https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.zip
printf '%s %s\n' '922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66' '2.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.zip"
$out = "2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.tar.gz
printf '%s %s\n' '3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93' '2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.tar.gz"
$out = "2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.zip
printf '%s %s\n' '922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66' '2.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.zip"
$out = "2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.tar.gz
printf '%s %s\n' '3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93' '2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.tar.gz"
$out = "2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.1.0.zip | zip | 163.2 KiB |
blake3-24 ad24068f285c966aa8b97b9bce3402f6575aeac981cd33fe
sha256 922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66
sha1 24c8796899c0a79d5abf086c3cca6280a849c81a
|
| 2.1.0.tar.gz | tar.gz | 86.8 KiB |
blake3-24 d5cc13e6ba49f6cfb665deb8431e16e594c0d1772e16f057
sha256 3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93
sha1 238d28f05ee95ba2d6d0904a6b90f07bb2c04a2b
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.tar.gz"],
integrity = "sha256-PEq5x6hFlsA/0+4HMRqRgmDtGjK16EbLYju+KgnxjpM=",
strip_prefix = "seldaek-monolog-2.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:2.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.tar.gz"],
integrity = "sha256-PEq5x6hFlsA/0+4HMRqRgmDtGjK16EbLYju+KgnxjpM=",
strip_prefix = "seldaek-monolog-2.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:2.1.0