summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-11 15:29:56 +0200
committerRemi Collet <remi@remirepo.net>2020-08-11 15:29:56 +0200
commit1852f4845439c78047056358b46cf28c1f836d1b (patch)
tree7d65fc7a2f74ab8f6599e2a46df85e43a5025a0c /composer.json
parentc52aeb1fe2267dd57520fff7888c209a0005f7ae (diff)
update to 1.3.8HEADmaster
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index d750c30..c7c79f2 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
{"name": "Marco Pivetta", "email": "ocramius@gmail.com"}
],
"require": {
- "php": "^7.1",
+ "php": "^7.1 || ^8.0",
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
@@ -30,7 +30,8 @@
"require-dev": {
"phpstan/phpstan": "^0.11",
"doctrine/coding-standard": "^6.0",
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+ "vimeo/psalm": "^3.11"
},
"conflict": {
"doctrine/common": "<2.10@dev"