From 9e2f18fd6838f8b411099425dc1d8b5d9162373b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jun 2020 07:59:25 +0200 Subject: downgrade to 1.1.0 --- composer.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 496ee8e..27c7524 100644 --- a/composer.json +++ b/composer.json @@ -6,14 +6,10 @@ "license": "MIT", "type": "library", "require": { - "php": "^7.2" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^7.0", - "phpstan/phpstan": "^0.12.18", - "phpunit/phpunit": "^8.0", - "psalm/plugin-phpunit": "^0.10.0", - "vimeo/psalm": "^3.10" + "bamarni/composer-bin-plugin": "^1.4" }, "authors": [ { @@ -35,7 +31,7 @@ "config": { "sort-packages": true, "platform": { - "php": "7.2.0" + "php": "7.1.0" } }, "extra": { -- cgit