summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 2fd064a..4adefc3 100644
--- a/composer.json
+++ b/composer.json
@@ -13,16 +13,18 @@
}
],
"require": {
- "php": ">=7.0",
- "ext-tokenizer": "*"
+ "php": ">=7.1",
+ "ext-tokenizer": "*",
+ "ext-json": "*",
+ "ext-ctype": "*"
},
"require-dev": {
- "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"ircmaxell/php-yacc": "^0.0.7"
},
"extra": {
"branch-alias": {
- "dev-master": "4.9-dev"
+ "dev-master": "5.0-dev"
}
},
"autoload": {