Skip to content

Commit

Permalink
Depend on laravel/framework, not illuminate/support
Browse files Browse the repository at this point in the history
The full framework is required for this package to work.
  • Loading branch information
BenConstable committed Jun 4, 2017
1 parent 8fa9d61 commit d6f6279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.1"
"laravel/framework": "~5.1"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
Expand Down

0 comments on commit d6f6279

Please sign in to comment.