Skip to content

Commit

Permalink
Merge pull request #245 from musonza/revert-244-revert-242-patch-1
Browse files Browse the repository at this point in the history
Revert "Revert "Update to L7.x""
  • Loading branch information
musonza authored Mar 4, 2020
2 parents 86f7b2b + 36fba84 commit a6435d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,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 a6435d4

Please sign in to comment.