Skip to content

Commit d6f6279

Browse files
committed
Depend on laravel/framework, not illuminate/support
The full framework is required for this package to work.
1 parent 8fa9d61 commit d6f6279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache:
1717

1818
before_install:
1919
- phpenv config-rm xdebug.ini
20-
- travis_retry composer require --no-update "illuminate/support:${LARAVEL_VERSION}"
20+
- travis_retry composer require --no-update "laravel/framework:${LARAVEL_VERSION}"
2121

2222
install:
2323
- travis_retry composer update --prefer-stable --no-interaction --no-suggest

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=5.5.9",
22-
"illuminate/support": "~5.1"
22+
"laravel/framework": "~5.1"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "~4.8",

0 commit comments

Comments
 (0)