Skip to content

Commit

Permalink
Bump dependencies for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 8, 2020
1 parent e03d6c2 commit 959161b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "mpociot/teamwork",
"license": "MIT",
"description": "User to Team associations for the Laravel 5 Framework",
"keywords": ["Teams","Invite"],
"keywords": [
"Teams",
"Invite"
],
"homepage": "http://github.com/mpociot/teamwork",
"authors": [
{
Expand All @@ -15,15 +18,15 @@
"source": "https://github.com/mpociot/teamwork"
},
"minimum-stability": "dev",
"prefer-stable" : true,
"prefer-stable": true,
"require": {
"php": "^7.2.5",
"laravel/framework": "^6.0|^7.0"
"laravel/framework": "^6.0|^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"illuminate/database": "^6.0|^7.0",
"orchestra/testbench": "^4.0|^5.0",
"mockery/mockery": "^1.3.1|^1.3.1",
"illuminate/database": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"doctrine/dbal": "^2.10"
},
"config": {
Expand Down

0 comments on commit 959161b

Please sign in to comment.