summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index a197b8e..97ff7e7 100644
--- a/composer.json
+++ b/composer.json
@@ -44,9 +44,9 @@
"irc": "irc://irc.freenode.net/phpunit"
},
"require": {
- "php": ">=7.0",
- "phpunit/phpunit": ">=6.0,<7.0",
- "ext-curl": "*"
+ "php": ">=7.1",
+ "ext-curl": "*",
+ "phpunit/phpunit": ">=7.0,<8.0"
},
"require-dev": {
"phing/phing": "2.*"