vault / twigphp-twig / v3.24.0
twigphp-twig @ v3.24.0
integrity
- size
- 268.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer twig/twig
release notes
Changelog (https://github.com/twigphp/Twig/compare/v3.23.0...v3.24.0)
- feature #3930 Add an
html_attrfunction to make outputting HTML attributes easier (@mpdude, @polarbirke) - bug #4778 Fix null coalescing operator with imported macros (@fabpot)
- feature #4775 Add getOperatorTokens() to ExpressionParserInterface to separate operator token registration from parser identity (@fabpot)
- bug #4774 Ensure filters/attributes aren't mistaken for operators (@brandonkelly)
- feature #4771 Deprecate passing non AbstractExpression nodes to MatchesBinary (@fabpot)
- feature #4769 Deprecate passing a non-AbstractExpression node to Parser::setParent() (@fabpot)
- feature #4748 Support short-circuiting in null-safe operator chains (@HypeMC)
- feature #4743 Add
html_attr_relaxedescaping strategy (@mpdude) - feature #4759 Add support for renaming variables in object destructuring (@fabpot)
download
unix · zip
curl -fL -o v3.24.0.zip https://ratatoskr.space/pkg/twigphp-twig/v3.24.0.zip
printf '%s %s\n' 'b493ab92bf2fd05c650d4e581701d10f460f07a5c272db0dfb47e83ae9b0c1a2' 'v3.24.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/twigphp-twig/v3.24.0.zip"
$out = "v3.24.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b493ab92bf2fd05c650d4e581701d10f460f07a5c272db0dfb47e83ae9b0c1a2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.24.0.tar.gz https://ratatoskr.space/pkg/twigphp-twig/v3.24.0.tar.gz
printf '%s %s\n' '95e978c8607a69b7ab0930bc1b775c512f014d4851b10526aa8533f9d073e4f8' 'v3.24.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/twigphp-twig/v3.24.0.tar.gz"
$out = "v3.24.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95e978c8607a69b7ab0930bc1b775c512f014d4851b10526aa8533f9d073e4f8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v3.24.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.24.0.zip
printf '%s %s\n' 'b493ab92bf2fd05c650d4e581701d10f460f07a5c272db0dfb47e83ae9b0c1a2' 'v3.24.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.24.0.zip"
$out = "v3.24.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b493ab92bf2fd05c650d4e581701d10f460f07a5c272db0dfb47e83ae9b0c1a2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.24.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.24.0.tar.gz
printf '%s %s\n' '95e978c8607a69b7ab0930bc1b775c512f014d4851b10526aa8533f9d073e4f8' 'v3.24.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.24.0.tar.gz"
$out = "v3.24.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95e978c8607a69b7ab0930bc1b775c512f014d4851b10526aa8533f9d073e4f8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v3.24.0.zip | zip | 273.6 KiB |
blake3-24 ddfaef2e41e7e94893d7c66424c26ec84ca021c91aff8808
sha256 b493ab92bf2fd05c650d4e581701d10f460f07a5c272db0dfb47e83ae9b0c1a2
sha1 c34eeb92ba4443d54a6366465487350d672c215c
|
| v3.24.0.tar.gz | tar.gz | 122.4 KiB |
blake3-24 5692072bddec4adc918ff696364768a64fa2e7c6f57f8647
sha256 95e978c8607a69b7ab0930bc1b775c512f014d4851b10526aa8533f9d073e4f8
sha1 f1c5a4d6aa743672bafe9e5e5717a6f33eac2e0b
|
install
bazel
http_archive(
name = "twigphp-twig",
urls = ["https://ratatoskr.space/pkg/twigphp-twig/v3.24.0.tar.gz"],
integrity = "sha256-lel4yGB6aberCTC8G3dcUS8BTUhRsQUmqoUz+dBz5Pg=",
strip_prefix = "twigphp-twig-v3.24.0",
)
zig
.url = "https://ratatoskr.space/pkg/twigphp-twig/v3.24.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require twig/twig:v3.24.0
install via yggdrasil mesh
bazel
http_archive(
name = "twigphp-twig",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.24.0.tar.gz"],
integrity = "sha256-lel4yGB6aberCTC8G3dcUS8BTUhRsQUmqoUz+dBz5Pg=",
strip_prefix = "twigphp-twig-v3.24.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.24.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require twig/twig:v3.24.0