From 9c12e137e98700ec7b27bb9ededc13a65463fae0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Sep 2019 15:17:10 +0200 Subject: - update to 5.0.1 - drop patch merged upstream - switch to phpunit7 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 9f39f4c..851a087 100644 --- a/composer.json +++ b/composer.json @@ -5,15 +5,15 @@ "homepage" : "https://github.com/fruux/sabre-http", "license" : "BSD-3-Clause", "require" : { - "php" : ">=7.0", + "php" : "^7.0", "ext-mbstring" : "*", "ext-ctype" : "*", + "ext-curl" : "*", "sabre/event" : ">=4.0 <6.0", "sabre/uri" : "^2.0" }, "require-dev" : { - "phpunit/phpunit" : ">=6.0.0", - "sabre/cs" : "~1.0.0" + "phpunit/phpunit" : "^6.0 || ^7.0" }, "suggest" : { "ext-curl" : " to make http requests with the Client class" -- cgit