From f46ef3e0d28a67afc73296545b2649d97c20d51f Mon Sep 17 00:00:00 2001 From: Thomas LE BERRE Date: Mon, 23 Dec 2019 00:48:40 +0100 Subject: [PATCH] Updated composer.json --- composer.json | 4 ++-- phpunit.xml.dist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fc9ca64e9..78d5957fd 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require": { "ext-json": "*", "nikic/fast-route": "^1.3", - "php": "^7.1", + "php": "^7.2", "psr/container": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", @@ -48,7 +48,7 @@ "http-interop/http-factory-guzzle": "^1.0", "nyholm/psr7": "^1.1", "nyholm/psr7-server": "^0.3.0", - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^8.5", "phpspec/prophecy": "^1.10", "phpstan/phpstan": "^0.11.5", "slim/http": "^0.7", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 572c24438..bf89cbcdf 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@