Skip to content

Commit

Permalink
Merge pull request #25 from Naoray/feature/add-laravel-6-support
Browse files Browse the repository at this point in the history
Feature/add laravel 6 support
  • Loading branch information
Naoray authored Sep 5, 2019
2 parents d706eff + c0425ea commit 8f093a1
Show file tree
Hide file tree
Showing 6 changed files with 891 additions and 502 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
/vendor
.phpunit.result.cache
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"spatie/laravel-permission": "^2.29"
"spatie/laravel-permission": "^3.0"
},
"extra": {
"laravel": {
Expand All @@ -28,8 +28,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"orchestra/testbench": "^3.7",
"codedungeon/phpunit-result-printer": "^0.6.0"
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0",
"codedungeon/phpunit-result-printer": "^0.26.0"
}
}
Loading

0 comments on commit 8f093a1

Please sign in to comment.