Skip to content

Commit

Permalink
Merge pull request #2 from springboardVR/master
Browse files Browse the repository at this point in the history
Require Laravel 5.5 or greater
  • Loading branch information
taka-oyama authored Mar 5, 2019
2 parents 5e0b671 + 026ee20 commit 5b6abac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"php": ">=7.1",
"ext-grpc": "*",
"ext-json": "*",
"laravel/framework": "5.5.*",
"illuminate/support": "5.5.*",
"illuminate/container": "5.5.*",
"illuminate/database": "5.5.*",
"laravel/framework": "^5.5",
"illuminate/support": "^5.5.",
"illuminate/container": "^5.5",
"illuminate/database": "^5.5",
"google/cloud-spanner": "1.11.*",
"grpc/grpc": "^1.15.0",
"ramsey/uuid": "^3.7",
Expand Down

0 comments on commit 5b6abac

Please sign in to comment.