Merge pull request #7085 from wallabag/dependabot/composer/twig/string-extra-3.8.0

This commit is contained in:
Jérémy Benoist 2023-11-22 06:49:07 +01:00 committed by GitHub
commit 5335024ab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

30
composer.lock generated
View file

@ -13573,16 +13573,16 @@
},
{
"name": "symfony/string",
"version": "v5.4.29",
"version": "v5.4.31",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "e41bdc93def20eaf3bfc1537c4e0a2b0680a152d"
"reference": "2765096c03f39ddf54f6af532166e42aaa05b24b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/e41bdc93def20eaf3bfc1537c4e0a2b0680a152d",
"reference": "e41bdc93def20eaf3bfc1537c4e0a2b0680a152d",
"url": "https://api.github.com/repos/symfony/string/zipball/2765096c03f39ddf54f6af532166e42aaa05b24b",
"reference": "2765096c03f39ddf54f6af532166e42aaa05b24b",
"shasum": ""
},
"require": {
@ -13639,7 +13639,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.29"
"source": "https://github.com/symfony/string/tree/v5.4.31"
},
"funding": [
{
@ -13655,7 +13655,7 @@
"type": "tidelift"
}
],
"time": "2023-09-13T11:47:41+00:00"
"time": "2023-11-09T08:19:44+00:00"
},
{
"name": "symfony/templating",
@ -14778,26 +14778,26 @@
},
{
"name": "twig/string-extra",
"version": "v3.7.1",
"version": "v3.8.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/string-extra.git",
"reference": "7230d630a25e91cd91a2bd8e2f0e872962507eab"
"reference": "b0c9037d96baff79abe368dc092a59b726517548"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/string-extra/zipball/7230d630a25e91cd91a2bd8e2f0e872962507eab",
"reference": "7230d630a25e91cd91a2bd8e2f0e872962507eab",
"url": "https://api.github.com/repos/twigphp/string-extra/zipball/b0c9037d96baff79abe368dc092a59b726517548",
"reference": "b0c9037d96baff79abe368dc092a59b726517548",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/string": "^5.4|^6.0",
"symfony/string": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^1.1|^2|^3",
"twig/twig": "^2.7|^3.0"
"twig/twig": "^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.3"
"symfony/phpunit-bridge": "^6.4|^7.0"
},
"type": "library",
"autoload": {
@ -14829,7 +14829,7 @@
"unicode"
],
"support": {
"source": "https://github.com/twigphp/string-extra/tree/v3.7.1"
"source": "https://github.com/twigphp/string-extra/tree/v3.8.0"
},
"funding": [
{
@ -14841,7 +14841,7 @@
"type": "tidelift"
}
],
"time": "2023-07-29T15:34:56+00:00"
"time": "2023-11-21T14:02:01+00:00"
},
{
"name": "twig/twig",