From 414febb2989096202dc5f476fc75ac68375dc131 Mon Sep 17 00:00:00 2001 From: Sascha Egerer Date: Fri, 3 May 2024 16:36:37 +0200 Subject: [PATCH] Update dependencies and make php-parse a dev dependency --- composer.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 75f0f8d..e3093c5 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,7 @@ "prefer-stable": true, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^1.10.9", - "nikic/php-parser": "^4.15.1", + "phpstan/phpstan": "^1.10", "typo3/cms-core": "^11.5 || ^12.4 || ^13.0", "typo3/cms-extbase": "^11.5 || ^12.4 || ^13.0", "bnf/phpstan-psr-container": "^1.0", @@ -22,14 +21,14 @@ "ext-simplexml": "*" }, "require-dev": { - "consistence-community/coding-standard": "^3.11.1", - "slevomat/coding-standard": "^7.2.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", - "php-parallel-lint/php-parallel-lint": "^1.3.2", - "phing/phing": "^2.17.4", - "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^9.6.16", - "symfony/polyfill-php80": "^1.28.0", + "nikic/php-parser": "^v4.19.1", + "consistence-community/coding-standard": "^3.10", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.4", + "phing/phing": "^2.17", + "phpstan/phpstan-strict-rules": "^1.5", + "phpunit/phpunit": "^9.6", + "symfony/polyfill-php80": "^1.29", "phpstan/phpstan-phpunit": "^1.3" }, "autoload": {