summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 0e6ccb1..496ee8e 100644
--- a/composer.json
+++ b/composer.json
@@ -6,10 +6,14 @@
"license": "MIT",
"type": "library",
"require": {
- "php": "^7.1"
+ "php": "^7.2"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.4"
+ "doctrine/coding-standard": "^7.0",
+ "phpstan/phpstan": "^0.12.18",
+ "phpunit/phpunit": "^8.0",
+ "psalm/plugin-phpunit": "^0.10.0",
+ "vimeo/psalm": "^3.10"
},
"authors": [
{
@@ -31,7 +35,7 @@
"config": {
"sort-packages": true,
"platform": {
- "php": "7.1.0"
+ "php": "7.2.0"
}
},
"extra": {