From d91608c1bb8e27fe517e773da481a89afbf69990 Mon Sep 17 00:00:00 2001 From: Szasza Date: Mon, 2 Jan 2017 10:10:45 +1100 Subject: [PATCH] adding psysh 0.8 to dependencies, travis config update --- .travis.yml | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0fad90..38e2f09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,12 @@ language: php php: - 5.6 - 7.0 + - 7.1 - hhvm before_script: - travis_retry composer self-update - - travis_retry composer install --prefer-source --no-interaction --dev + - travis_retry composer install --prefer-source --no-interaction script: - "phpunit --process-isolation" diff --git a/composer.json b/composer.json index ba9ec90..7ce5593 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require":{ "laravel/lumen-framework": "~5.3", - "psy/psysh":"~0.7.0" + "psy/psysh":"~0.7.0|~0.8.0" }, "require-dev":{ "phpunit/phpunit": "~5.0",