Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Nov 20, 2020
1 parent 0fbee7a commit 4a810ed
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
],
"require": {
"laravel/framework": "^6.0|^7.0|^8.0",
"laravel/socialite": "^4.4|^5.0"
"laravel/framework": "^7.0|^8.0",
"laravel/socialite": "^5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -29,10 +29,11 @@
"test": "vendor/bin/phpunit"
},
"require-dev": {
"laravel/legacy-factories": "^1.0.4",
"orchestra/database": "^4.0|^5.0|^6.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0"
"laravel/legacy-factories": "^1.1",
"mockery/mockery": "^1.4",
"orchestra/database": "^5.0|^6.0",
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench-browser-kit": "^5.0|^6.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 4a810ed

Please sign in to comment.