Skip to content

Commit

Permalink
Add Laravel 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nbourguig committed Mar 5, 2018
1 parent af0f4b1 commit 3e605bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"illuminate/support": "5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/console": "5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/filesystem": "5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/support": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"illuminate/console": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"illuminate/filesystem": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"google/apiclient": "^2.1"
},
"require-dev": {
Expand Down

0 comments on commit 3e605bd

Please sign in to comment.