Skip to content

Commit

Permalink
Merge pull request #17 from moovaio/laravel-6
Browse files Browse the repository at this point in the history
feat (dependencies): Add Laravel 6 support
  • Loading branch information
esbenp authored Oct 31, 2020
2 parents 086525c + c51d58f commit 0c9711f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}
},
"require": {
"laravel/framework": "~5.1"
"laravel/framework": "~6.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"orchestra/testbench": "~3.1",
"phpunit/phpunit": "~4.7",
"satooshi/php-coveralls": "dev-master@dev"
"mockery/mockery": "1.3.*",
"orchestra/testbench": "4.*",
"phpunit/phpunit": "~8.0",
"php-coveralls/php-coveralls": "2.2.*"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
3 changes: 1 addition & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
Expand Down

0 comments on commit 0c9711f

Please sign in to comment.