Skip to content

Commit

Permalink
Revert "Revert "Update to L7.x""
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza authored Mar 4, 2020
1 parent 86f7b2b commit e4a09a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ matrix:
env: ILLUMINATE_VERSION=6.0
- php: 7.2
env: ILLUMINATE_VERSION=6.*
- php: 7.2
env: ILLUMINATE_VERSION=7.0
- php: 7.2
env: ILLUMINATE_VERSION=7.*
php:
- 7.2

Expand All @@ -16,4 +20,4 @@ before_install:

install: composer update --prefer-source --no-interaction --dev

script: vendor/bin/phpunit --testdox
script: vendor/bin/phpunit --testdox
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": "^7.2",
"laravel/framework": "^6.0",
"spatie/laravel-fractal": "^5.6"
"laravel/framework": "^6.0|^7.0",
"spatie/laravel-fractal": "^5.7"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit e4a09a0

Please sign in to comment.