From be80ca5d0fc9bd77f4c7c8fd7c986d378b79cc13 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 15 Apr 2022 13:01:18 +0200 Subject: Update to php 7.4 type hinting Using rector Signed-off-by: Carl Schwan --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bc4315ce..82ee931f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "config": { "platform": { - "php": "7.0.0" + "php": "7.4.0" }, "optimize-autoloader": true, "classmap-authoritative": true, @@ -29,7 +29,8 @@ }, "require-dev": { "jakub-onderka/php-parallel-lint": "^1.0", - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "^6.4", + "rector/rector": "^0.12.20" }, "repositories": [ { -- cgit v1.2.3