summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
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"