Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Sep 18, 2020
1 parent 0c468b9 commit 7badd90
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@
}
],
"require": {
"illuminate/auth": "^7.0",
"illuminate/database": "^7.0",
"illuminate/support": "^7.0",
"laravel/socialite": "^4.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.7"
"illuminate/auth": "^8.0",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0",
"laravel/socialite": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7badd90

Please sign in to comment.