diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-25 10:51:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-25 10:51:14 +0100 |
commit | fd10ef9380b86dac024da7aadda127139d96b63d (patch) | |
tree | c097dcd89fb0cb2c662a507a1a98160bc2ba7ffb /composer.json | |
parent | eb1b7a9b3645f5704644230f7f706680c663c28e (diff) |
update to 4.5.3
low dependency on PHP 7.1
low dependency on sabre/xml v2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 13 |
1 files changed, 6 insertions, 7 deletions
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" |