Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Update for Laravel 5.8 #30

Open
wants to merge 8 commits into
base: 5.7
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
}
},
"require-dev": {
"orchestra/testbench": "^3.6",
"orchestra/database": "^3.6",
"orchestra/testbench": "^3.8",
"orchestra/database": "^3.8",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~7.0",
"phpunit/phpunit": "~8.0",
PawelDmochowskiDRAST marked this conversation as resolved.
Show resolved Hide resolved
"satooshi/php-coveralls": "^2.0",
"sebastian/environment": "^3.1"
},
Expand Down