We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa9d61 commit d6f6279Copy full SHA for d6f6279
.travis.yml
@@ -17,7 +17,7 @@ cache:
17
18
before_install:
19
- phpenv config-rm xdebug.ini
20
- - travis_retry composer require --no-update "illuminate/support:${LARAVEL_VERSION}"
+ - travis_retry composer require --no-update "laravel/framework:${LARAVEL_VERSION}"
21
22
install:
23
- travis_retry composer update --prefer-stable --no-interaction --no-suggest
composer.json
@@ -19,7 +19,7 @@
],
"require": {
"php": ">=5.5.9",
- "illuminate/support": "~5.1"
+ "laravel/framework": "~5.1"
},
24
"require-dev": {
25
"phpunit/phpunit": "~4.8",
0 commit comments