From 4a78890c5f1a286b3cfb9a3b22aac58fd48c81ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karolis=20Dau=C5=BEickas?= Date: Tue, 19 Feb 2019 09:56:54 +0200 Subject: [PATCH] Allow installing along with 0.11 phpstan Travis build and composer.json php requirement updated to follow official phpstan extensions --- .travis.yml | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa4a63d..84d6bc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: php php: - "7.1" - "7.2" - - nightly + - "7.3" env: - PREFER_LOWEST=no diff --git a/composer.json b/composer.json index ba9b734..f265185 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,9 @@ "keywords": ["enum", "phpstan"], "license": "MIT", "require": { + "php": "~7.1", "myclabs/php-enum": "^1.2", - "phpstan/phpstan": "^0.10" + "phpstan/phpstan": "^0.10|^0.11" }, "require-dev": { "phpunit/phpunit": "^6.0"