Skip to content

Commit

Permalink
fix: Update to PHP micro-generator beta03; fixes building php locally
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 360168392
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 1, 2021
1 parent c7b5032 commit 9226411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ php_gapic_repositories()

http_archive(
name = "gapic_generator_php",
strip_prefix = "gapic-generator-php-1.0.0-beta02",
urls = ["https://github.com/googleapis/gapic-generator-php/archive/v1.0.0-beta02.zip"],
strip_prefix = "gapic-generator-php-1.0.0-beta03",
urls = ["https://github.com/googleapis/gapic-generator-php/archive/v1.0.0-beta03.zip"],
)

load("@gapic_generator_php//:repositories.bzl", "gapic_generator_php_repositories")
Expand Down

0 comments on commit 9226411

Please sign in to comment.