Skip to content

Commit

Permalink
Add Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzdev committed Oct 9, 2020
1 parent 3820d35 commit a843be5
Show file tree
Hide file tree
Showing 4 changed files with 2,228 additions and 954 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `gate` will be documented in this file

## 2.0.0 - 2020-10-08
- Add Laravel 8 Support

## 1.0.0 - 201X-XX-XX

- initial release
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
],
"require": {
"php": "^7.1",
"illuminate/http": "5.8.*|^6.0|^7.0",
"illuminate/support": "5.8.*|^6.0|^7.0",
"laravel/socialite": "^4.3"
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"laravel/socialite": "^5.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "6.2.*",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a843be5

Please sign in to comment.