From 8695386782adcbcbd8caa2f777dbb4f71913be46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 1 Feb 2020 07:48:06 +0100 Subject: update to 5.1.0 raise dependency on PHP 7.1 switch to phpunit8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index d7a13c5..1447041 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "homepage": "http://sabre.io/event/", "license": "BSD-3-Clause", "require": { - "php": ">=7.0" + "php": "^7.1" }, "authors": [ { @@ -41,8 +41,8 @@ ] }, "require-dev": { - "sabre/cs": "~1.0.0", - "phpunit/phpunit" : ">=6" + "friendsofphp/php-cs-fixer": "~2.16.1", + "phpunit/phpunit" : "^7 || ^8" }, "config" : { "bin-dir" : "bin/" -- cgit