File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,17 +302,6 @@ yarn_install(
302302# PHP
303303##############################################################################
304304
305- load ("@rules_gapic//php:php_gapic_repositories.bzl" , "php" , "php_gapic_repositories" )
306-
307- php (
308- name = "php" ,
309- prebuilt_phps = ["@rules_gapic//php:resources/php-7.1.30_linux_x86_64.tar.gz" ],
310- strip_prefix = "php-7.1.30" ,
311- urls = ["https://www.php.net/distributions/php-7.1.30.tar.gz" ],
312- )
313-
314- php_gapic_repositories ()
315-
316305# PHP micro-generator
317306_gapic_generator_php_version = "1.2.1"
318307
@@ -322,6 +311,17 @@ http_archive(
322311 urls = ["https://github.com/googleapis/gapic-generator-php/archive/v%s.zip" % _gapic_generator_php_version ],
323312)
324313
314+ load ("@rules_gapic//php:php_gapic_repositories.bzl" , "php" , "php_gapic_repositories" )
315+
316+ php (
317+ name = "php" ,
318+ prebuilt_phps = ["@gapic_generator_php//rules_php_gapic:resources/php-7.4.15_linux_x86_64.tar.gz" ],
319+ strip_prefix = "php-7.4.15" ,
320+ urls = ["https://www.php.net/distributions/php-7.4.15.tar.gz" ],
321+ )
322+
323+ php_gapic_repositories ()
324+
325325load ("@gapic_generator_php//:repositories.bzl" , "gapic_generator_php_repositories" )
326326
327327gapic_generator_php_repositories ()
You can’t perform that action at this time.
0 commit comments