summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-28 07:05:53 +0200
committerRemi Collet <remi@remirepo.net>2021-06-28 07:05:53 +0200
commited8e5117f32778893f78847d78f27cec7a2155c6 (patch)
treee49724aa6bc3db2a45d9a2035f8f3fd591400fe4 /composer.json
parentbefba71b1b76f978288e2cb2f749236d5a28c0cc (diff)
update to 4.0.0
raise dependency on PHP 7.1 switch to phpunit9
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 b6d2777..0c5c699 100644
--- a/composer.json
+++ b/composer.json
@@ -18,14 +18,14 @@
"issues": "https://github.com/cweiske/jsonmapper/issues"
},
"require":{
- "php": ">=5.6",
+ "php": ">=7.1",
"ext-spl": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*"
},
"require-dev": {
- "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4 || ~7.0",
+ "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
"squizlabs/php_codesniffer": "~3.5"
}
}