From fd10ef9380b86dac024da7aadda127139d96b63d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Jan 2023 10:51:14 +0100 Subject: update to 4.5.3 low dependency on PHP 7.1 low dependency on sabre/xml v2 --- composer.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3816d54..b08684b 100644 --- a/composer.json +++ b/composer.json @@ -32,16 +32,15 @@ "homepage" : "http://sabre.io/vobject/", "license" : "BSD-3-Clause", "require" : { - "php" : "^7.4 || ^8.0", + "php" : "^7.1 || ^8.0", "ext-mbstring" : "*", - "ext-json" : "*", - "sabre/xml" : "^3.0 || ^4.0" + "sabre/xml" : "^2.1 || ^3.0 || ^4.0" }, "require-dev" : { - "friendsofphp/php-cs-fixer": "^3.10.0", - "phpunit/phpunit" : "^9.0", + "friendsofphp/php-cs-fixer": "~2.17.1", + "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0", "phpunit/php-invoker" : "^2.0 || ^3.1", - "phpstan/phpstan": "^1.8" + "phpstan/phpstan": "^0.12" }, "suggest" : { "hoa/bench" : "If you would like to run the benchmark scripts" @@ -91,7 +90,7 @@ }, "scripts": { "phpstan": [ - "phpstan analyse lib tests --memory-limit 1G" + "phpstan analyse lib tests" ], "cs-fixer": [ "php-cs-fixer fix" -- cgit