From aa67899b7ccde4464040d44f3d5b02b3d3cb0840 Mon Sep 17 00:00:00 2001 From: Dragutin Cirkovic Date: Tue, 4 Feb 2020 15:35:32 +0100 Subject: [PATCH] . --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0ed2dc5..0167f4c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "license": "MIT", "require": { - "php": "^7.2", + "php": "^7.3", "fideloper/proxy": "^4.0", "laravel/framework": "^6.2", "laravel/tinker": "^2.0" @@ -18,7 +18,7 @@ "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^3.0", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.4.1" }, "config": { "optimize-autoloader": true,