forked from wallabag/wallabag
build(deps): bump the twig-dependencies group with 3 updates
Bumps the twig-dependencies group with 3 updates: [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle), [twig/string-extra](https://github.com/twigphp/string-extra) and [twig/twig](https://github.com/twigphp/Twig). Updates `twig/extra-bundle` from 3.21.0 to 3.22.0 - [Commits](https://github.com/twigphp/twig-extra-bundle/compare/v3.21.0...v3.22.0) Updates `twig/string-extra` from 3.21.0 to 3.22.0 - [Commits](https://github.com/twigphp/string-extra/compare/v3.21.0...v3.22.0) Updates `twig/twig` from 3.21.1 to 3.22.0 - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v3.21.1...v3.22.0) --- updated-dependencies: - dependency-name: twig/extra-bundle dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: twig-dependencies - dependency-name: twig/string-extra dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: twig-dependencies - dependency-name: twig/twig dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: twig-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
42
composer.lock
generated
42
composer.lock
generated
@ -8680,16 +8680,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache",
|
||||
"version": "v6.4.26",
|
||||
"version": "v6.4.27",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/cache.git",
|
||||
"reference": "66c853ddcbf85c1984169869be498c3e7597b367"
|
||||
"reference": "3b9cf252b3bb54d5daddea5704b95ea7117b39f4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/66c853ddcbf85c1984169869be498c3e7597b367",
|
||||
"reference": "66c853ddcbf85c1984169869be498c3e7597b367",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/3b9cf252b3bb54d5daddea5704b95ea7117b39f4",
|
||||
"reference": "3b9cf252b3bb54d5daddea5704b95ea7117b39f4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8756,7 +8756,7 @@
|
||||
"psr6"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/cache/tree/v6.4.26"
|
||||
"source": "https://github.com/symfony/cache/tree/v6.4.27"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8776,7 +8776,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-09-11T09:57:09+00:00"
|
||||
"time": "2025-10-17T12:08:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache-contracts",
|
||||
@ -13887,16 +13887,16 @@
|
||||
},
|
||||
{
|
||||
"name": "twig/extra-bundle",
|
||||
"version": "v3.21.0",
|
||||
"version": "v3.22.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/twig-extra-bundle.git",
|
||||
"reference": "62d1cf47a1aa009cbd07b21045b97d3d5cb79896"
|
||||
"reference": "6d253f0fe28a83a045497c8fb3ea9bfe84e82cf4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/62d1cf47a1aa009cbd07b21045b97d3d5cb79896",
|
||||
"reference": "62d1cf47a1aa009cbd07b21045b97d3d5cb79896",
|
||||
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/6d253f0fe28a83a045497c8fb3ea9bfe84e82cf4",
|
||||
"reference": "6d253f0fe28a83a045497c8fb3ea9bfe84e82cf4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -13906,7 +13906,7 @@
|
||||
"twig/twig": "^3.2|^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"league/commonmark": "^1.0|^2.0",
|
||||
"league/commonmark": "^2.7",
|
||||
"symfony/phpunit-bridge": "^6.4|^7.0",
|
||||
"twig/cache-extra": "^3.0",
|
||||
"twig/cssinliner-extra": "^3.0",
|
||||
@ -13945,7 +13945,7 @@
|
||||
"twig"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.21.0"
|
||||
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.22.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -13957,11 +13957,11 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-02-19T14:29:33+00:00"
|
||||
"time": "2025-09-15T05:57:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "twig/string-extra",
|
||||
"version": "v3.21.0",
|
||||
"version": "v3.22.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/string-extra.git",
|
||||
@ -14012,7 +14012,7 @@
|
||||
"unicode"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/twigphp/string-extra/tree/v3.21.0"
|
||||
"source": "https://github.com/twigphp/string-extra/tree/v3.22.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -14028,16 +14028,16 @@
|
||||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
"version": "v3.21.1",
|
||||
"version": "v3.22.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/Twig.git",
|
||||
"reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d"
|
||||
"reference": "4509984193026de413baf4ba80f68590a7f2c51d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/285123877d4dd97dd7c11842ac5fb7e86e60d81d",
|
||||
"reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/4509984193026de413baf4ba80f68590a7f2c51d",
|
||||
"reference": "4509984193026de413baf4ba80f68590a7f2c51d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -14091,7 +14091,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/twigphp/Twig/issues",
|
||||
"source": "https://github.com/twigphp/Twig/tree/v3.21.1"
|
||||
"source": "https://github.com/twigphp/Twig/tree/v3.22.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -14103,7 +14103,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-05-03T07:21:55+00:00"
|
||||
"time": "2025-10-29T15:56:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wallabag/phpepub",
|
||||
|
||||
Reference in New Issue
Block a user