Skip to content

Commit

Permalink
fix: sysv is required for shared lock between cli and www
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Oct 25, 2021
1 parent 6faa3ef commit b57089c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"php": ">=7.2",
"ext-grpc": "*",
"ext-json": "*",
"ext-sysvmsg": "*",
"ext-sysvsem": "*",
"ext-sysvshm": "*",
"laravel/framework": "~5.5|~6|~7|~8",
"google/cloud-spanner": "^1.34",
"grpc/grpc": "^1.36",
Expand Down

0 comments on commit b57089c

Please sign in to comment.