Skip to content

Commit

Permalink
bc
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Mar 15, 2024
1 parent 2d1f4da commit e2a56b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v7.2.0 (2024-03-11)

Added
- Laravel 11 Support (#200)

# v7.1.0 (2024-03-11)

Changed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
{"name": "Takayasu Oyama", "email": "t-oyama@colopl.co.jp"}
],
"require": {
"php": "^8.2",
"php": "^8.1",
"ext-grpc": "*",
"ext-json": "*",
"laravel/framework": "^10.37.0|^11",
"google/cloud-spanner": "^1.58.4",
"grpc/grpc": "^1.42",
"symfony/cache": "~7",
"symfony/cache": "~6|~7",
"symfony/deprecation-contracts": "~2",
"symfony/lock": "~7"
"symfony/lock": "~6|~7"
},
"require-dev": {
"orchestra/testbench": "~9",
Expand Down

0 comments on commit e2a56b2

Please sign in to comment.