Skip to content

Commit

Permalink
Merge pull request #67 from bigcommerce/loosen_protobuf_dep_version
Browse files Browse the repository at this point in the history
chore(platform): PHPMNT-177 Loosen google/protobuf dependency
  • Loading branch information
TomA-R authored Dec 29, 2024
2 parents ed0fe60 + 21de1ef commit 5b56d47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ workflows:
- php/phpunit-tests:
configuration: "phpunit.xml.dist"
pecl_extensions: "grpc"
e:
name: php/php
php-version: <<matrix.php-version>>
matrix:
parameters:
php-version: [ "8.1", "8.2", "8.3", "8.4" ]
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "gRPC PHP Framework",
"license": "MIT",
"require": {
"php": "^8.0",
"google/protobuf": "^3.7",
"php": "^8.1",
"google/protobuf": "^3.7 || ^4.0",
"grpc/grpc": "^1.13"
},
"require-dev": {
Expand Down

0 comments on commit 5b56d47

Please sign in to comment.