vault / twigphp-twig / v3.25.0
twigphp-twig @ v3.25.0
integrity
- size
- 269.2 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer twig/twig
release notes
Changelog (https://github.com/twigphp/Twig/compare/v3.24.0...v3.25.0)
- feature #4795 Lazy load
EscaperRuntimeinEscaperExtension(@GromNaN) - feature #4800 Add a
needs_is_sandboxedoption for filters, functions, and tests (@fabpot) - bug #4797 Make embeds deterministic (@itsalmostchristmas)
download
unix · zip
curl -fL -o v3.25.0.zip https://ratatoskr.space/pkg/twigphp-twig/v3.25.0.zip
printf '%s %s\n' '98f7435f1527c85dfe78d7f127d28282575c14bd3b86fc0b9d1c7378b4a6e642' 'v3.25.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/twigphp-twig/v3.25.0.zip"
$out = "v3.25.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98f7435f1527c85dfe78d7f127d28282575c14bd3b86fc0b9d1c7378b4a6e642") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.25.0.tar.gz https://ratatoskr.space/pkg/twigphp-twig/v3.25.0.tar.gz
printf '%s %s\n' '9b935dcf957b88bcc6f25734ba53bdce654515702275048aecc1cc19db5b4e60' 'v3.25.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/twigphp-twig/v3.25.0.tar.gz"
$out = "v3.25.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9b935dcf957b88bcc6f25734ba53bdce654515702275048aecc1cc19db5b4e60") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v3.25.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.25.0.zip
printf '%s %s\n' '98f7435f1527c85dfe78d7f127d28282575c14bd3b86fc0b9d1c7378b4a6e642' 'v3.25.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.25.0.zip"
$out = "v3.25.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98f7435f1527c85dfe78d7f127d28282575c14bd3b86fc0b9d1c7378b4a6e642") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.25.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.25.0.tar.gz
printf '%s %s\n' '9b935dcf957b88bcc6f25734ba53bdce654515702275048aecc1cc19db5b4e60' 'v3.25.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.25.0.tar.gz"
$out = "v3.25.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9b935dcf957b88bcc6f25734ba53bdce654515702275048aecc1cc19db5b4e60") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v3.25.0.zip | zip | 274.3 KiB |
blake3-24 fc21d487c187d52fe99231aed6514b9dec84e21ee5db2798
sha256 98f7435f1527c85dfe78d7f127d28282575c14bd3b86fc0b9d1c7378b4a6e642
sha1 660012d494647ba15ac8968048584597708d4bc1
|
| v3.25.0.tar.gz | tar.gz | 123.0 KiB |
blake3-24 3360a1ae7d9d9f4f32312de9674ad51be93c98dd7a0704fe
sha256 9b935dcf957b88bcc6f25734ba53bdce654515702275048aecc1cc19db5b4e60
sha1 d3c2e6f3759b800d6207a549d5b135ba4945f05a
|
install
bazel
http_archive(
name = "twigphp-twig",
urls = ["https://ratatoskr.space/pkg/twigphp-twig/v3.25.0.tar.gz"],
integrity = "sha256-m5Ndz5V7iLzG8lc0ulO9zmVFFXAidQSK7MHMGdtbTmA=",
strip_prefix = "twigphp-twig-v3.25.0",
)
zig
.url = "https://ratatoskr.space/pkg/twigphp-twig/v3.25.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require twig/twig:v3.25.0
install via yggdrasil mesh
bazel
http_archive(
name = "twigphp-twig",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.25.0.tar.gz"],
integrity = "sha256-m5Ndz5V7iLzG8lc0ulO9zmVFFXAidQSK7MHMGdtbTmA=",
strip_prefix = "twigphp-twig-v3.25.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/twigphp-twig/v3.25.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require twig/twig:v3.25.0