From b3b02c6bca2ffba9e91d1b4504b46be274b4b23b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 08:44:46 +0200 Subject: v1.1.1 --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'composer.json') 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": { -- cgit