From 5309499d7d25cc80fe4c6b5fe7054240af735711 Mon Sep 17 00:00:00 2001 From: Adrian Suter Date: Fri, 24 Apr 2020 18:18:34 +0200 Subject: [PATCH] Update versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e1d578e..3ddc366 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,10 @@ }, "require": { "php": "^7.1", - "nikic/php-parser": "^4.3" + "nikic/php-parser": "^4.4" }, "require-dev": { - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "^3.5" }, "scripts": {