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 2 commits
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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.7.*",
"illuminate/database": "5.7.*"
"illuminate/support": "5.8.*",
"illuminate/database": "5.8.*"
},
"autoload": {
"psr-4": {
"Ultraware\\Roles\\": "src/"
}
},
"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