From 5b63924b35e843417b5114ccb5aef6ea8e0c5849 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 24 Jan 2024 16:33:44 +0100 Subject: [PATCH] [TASK] Bump the dependencies (#4033) --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 535d16429..9db1ed9f0 100644 --- a/composer.json +++ b/composer.json @@ -25,19 +25,19 @@ "ext-dom": "*", "ext-libxml": "*", "ext-simplexml": "*", - "helmich/typo3-typoscript-parser": "^2.4.1", - "nette/utils": "^3.0 || ^4.0", - "nikic/php-parser": "^4.17", + "helmich/typo3-typoscript-parser": "^2.5.0", + "nette/utils": "^3.2.10 || ^4.0.4", + "nikic/php-parser": "^4.18.0", "phpstan/phpstan": "^1.10.27", "rector/rector": "0.17.0", "symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", "symfony/finder": "^5.4 || ^6.4 || ^7.0", - "symfony/polyfill-php80": "^1.26", - "symfony/polyfill-php81": "^1.26", + "symfony/polyfill-php80": "^1.28.0", + "symfony/polyfill-php81": "^1.28.0", "symfony/string": "^5.4 || ^6.4 || ^7.0", "symfony/yaml": "^5.4 || ^6.4 || ^7.0", - "webmozart/assert": "^1.0" + "webmozart/assert": "^1.11.0" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.3.2",