Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Mar 16, 2021
1 parent dc78d37 commit 8a4b701
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
{"name": "Takayasu Oyama", "email": "[email protected]"}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"ext-grpc": "*",
"ext-json": "*",
"laravel/framework": "~5.5|~6.0|~7.0|~8.0",
"google/cloud-spanner": "^1.30",
"grpc/grpc": "^1.15.0",
"laravel/framework": "~5.5|~6|~7|~8",
"google/cloud-spanner": "^1.34",
"grpc/grpc": "^1.36",
"ramsey/uuid": "~3|~4",
"symfony/cache": "~4.3|~5.0",
"symfony/lock": "~4.3|~5.0"
"symfony/cache": "~4|~5",
"symfony/lock": "~4|~5"
},
"require-dev": {
"orchestra/testbench": "~3.5|~4.0|~5.0",
"phpunit/phpunit": "~6.0|~8.0"
"phpunit/phpunit": "~6.0|~8.0|~9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8a4b701

Please sign in to comment.