Compare commits

..

5 commits

2 changed files with 33 additions and 24 deletions

View file

@ -32,7 +32,7 @@
"symfony/process": "6.3.*",
"symfony/property-access": "6.3.*",
"symfony/property-info": "6.3.*",
"symfony/runtime": "6.3.*",
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "6.3.*",
"symfony/serializer": "6.3.*",
"symfony/string": "6.3.*",

55
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "229765f114799a6b4944d20e29711424",
"content-hash": "935f4b148c0dd2373c69a3da3143ff3a",
"packages": [
{
"name": "doctrine/cache",
@ -5143,12 +5143,12 @@
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
},
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
@ -5587,16 +5587,16 @@
},
{
"name": "symfony/runtime",
"version": "v6.3.2",
"version": "v6.4.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
"reference": "d5c09493647a0c1a16e6c8da308098e840d1164f"
"reference": "4facd4174f45cd37c65860403412b67c7381136a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/runtime/zipball/d5c09493647a0c1a16e6c8da308098e840d1164f",
"reference": "d5c09493647a0c1a16e6c8da308098e840d1164f",
"url": "https://api.github.com/repos/symfony/runtime/zipball/4facd4174f45cd37c65860403412b67c7381136a",
"reference": "4facd4174f45cd37c65860403412b67c7381136a",
"shasum": ""
},
"require": {
@ -5608,10 +5608,10 @@
},
"require-dev": {
"composer/composer": "^1.0.2|^2.0",
"symfony/console": "^5.4.9|^6.0.9",
"symfony/dotenv": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
"symfony/console": "^5.4.9|^6.0.9|^7.0",
"symfony/dotenv": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0"
},
"type": "composer-plugin",
"extra": {
@ -5646,7 +5646,7 @@
"runtime"
],
"support": {
"source": "https://github.com/symfony/runtime/tree/v6.3.2"
"source": "https://github.com/symfony/runtime/tree/v6.4.14"
},
"funding": [
{
@ -5662,7 +5662,7 @@
"type": "tidelift"
}
],
"time": "2023-07-16T17:05:46+00:00"
"time": "2024-11-05T16:39:55+00:00"
},
{
"name": "symfony/security-bundle",
@ -7191,29 +7191,38 @@
},
{
"name": "twig/twig",
"version": "v3.7.1",
"version": "v3.11.2",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
"reference": "5b580ec1882b54c98cbd8c0f8a3ca5d1904db6b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
"reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/5b580ec1882b54c98cbd8c0f8a3ca5d1904db6b1",
"reference": "5b580ec1882b54c98cbd8c0f8a3ca5d1904db6b1",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php80": "^1.22",
"symfony/polyfill-php81": "^1.29"
},
"require-dev": {
"psr/container": "^1.0|^2.0",
"symfony/phpunit-bridge": "^5.4.9|^6.3"
"symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
},
"type": "library",
"autoload": {
"files": [
"src/Resources/core.php",
"src/Resources/debug.php",
"src/Resources/escaper.php",
"src/Resources/string_loader.php"
],
"psr-4": {
"Twig\\": "src/"
}
@ -7246,7 +7255,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.7.1"
"source": "https://github.com/twigphp/Twig/tree/v3.11.2"
},
"funding": [
{
@ -7258,7 +7267,7 @@
"type": "tidelift"
}
],
"time": "2023-08-28T11:09:02+00:00"
"time": "2024-11-06T18:50:16+00:00"
},
{
"name": "webmozart/assert",