-
- Downloads
Merge pull request #9942 from stanley-cheung/php-prepare-for-1_2
PHP: prepare for 1.2 release
No related branches found
No related tags found
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- examples/php/composer.json 1 addition, 1 deletionexamples/php/composer.json
- package.xml 38 additions, 6 deletionspackage.xml
- src/php/README.md 1 addition, 1 deletionsrc/php/README.md
- src/php/composer.json 1 addition, 1 deletionsrc/php/composer.json
- templates/composer.json.template 1 addition, 1 deletiontemplates/composer.json.template
- templates/package.xml.template 38 additions, 6 deletionstemplates/package.xml.template
- templates/src/php/composer.json.template 1 addition, 1 deletiontemplates/src/php/composer.json.template
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||
"require": { | "require": { | ||
"php": ">=5.5.0", | "php": ">=5.5.0", | ||
"google/protobuf": "v3.1.0" | "google/protobuf": "^v3.1.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"google/auth": "v0.9" | "google/auth": "v0.9" | ||
... | ... |
Please register or sign in to comment