From 9374d9e7b386ea0ef6a0e55d33dc758cb946a157 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 22 Jun 2020 03:07:47 +0200 Subject: [PATCH] Requires PHP 7.3 and bumps both PHPUnit and Collision --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d133282b..ad8e075b 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "license": "MIT", "require": { - "php": "^7.2.5", + "php": "^7.3", "fideloper/proxy": "^4.2", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^6.3", @@ -18,8 +18,8 @@ "require-dev": { "fzaninotto/faker": "^1.9.1", "mockery/mockery": "^1.3.1", - "nunomaduro/collision": "^4.1", - "phpunit/phpunit": "^8.5" + "nunomaduro/collision": "^5.0", + "phpunit/phpunit": "^9.0" }, "config": { "optimize-autoloader": true,