Skip to content

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane authored and m1guelpf committed Mar 8, 2020
1 parent 09903d3 commit 7a5872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^5.6 || ^7.0",
"laravel/socialite": "~3.0|~4.0",
"illuminate/support": "~5.4|~5.7.0|~5.8.0|^6.0"
"illuminate/support": "~5.4|~5.7.0|~5.8.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit 7a5872d

Please sign in to comment.