From d6f62791e82bfaeda6ccac6ae82c34966f03d6d7 Mon Sep 17 00:00:00 2001 From: Ben Constable Date: Sun, 4 Jun 2017 18:12:16 +0100 Subject: [PATCH] Depend on laravel/framework, not illuminate/support The full framework is required for this package to work. --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b04217b..c120f1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: before_install: - phpenv config-rm xdebug.ini - - travis_retry composer require --no-update "illuminate/support:${LARAVEL_VERSION}" + - travis_retry composer require --no-update "laravel/framework:${LARAVEL_VERSION}" install: - travis_retry composer update --prefer-stable --no-interaction --no-suggest diff --git a/composer.json b/composer.json index e55e57c..9806822 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "~5.1" + "laravel/framework": "~5.1" }, "require-dev": { "phpunit/phpunit": "~4.8",