summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-28 07:39:56 +0200
committerRemi Collet <remi@remirepo.net>2021-06-28 07:39:56 +0200
commit8f89a37c9844f99c19c49201b0605b72b597ff2b (patch)
tree8c7af7fe9d4407a097a1d12ce50a03d62c2645fd /composer.json
parent5ed0152392da9d0df561e7a3144a595dc41415f2 (diff)
update to 0.1.0
raise dependency on PHP 7.2 switch to phpunit8
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 9579f11..91df816 100644
--- a/composer.json
+++ b/composer.json
@@ -3,10 +3,10 @@
"description": "Tolerant PHP-to-AST parser designed for IDE usage scenarios",
"type": "library",
"require": {
- "php": ">=7.0"
+ "php": ">=7.2"
},
"require-dev": {
- "phpunit/phpunit": "^6.4"
+ "phpunit/phpunit": "^8.5.15"
},
"license": "MIT",
"authors": [