Skip to content

Commit

Permalink
php: update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Jul 22, 2016
1 parent b8c87fd commit 35d8474
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.5.0",
"stanley-cheung/protobuf-php": "dev-master"
"stanley-cheung/protobuf-php": "v0.6"
},
"require-dev": {
"google/auth": "v0.9"
Expand Down
2 changes: 1 addition & 1 deletion src/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "1.0.0",
"require": {
"php": ">=5.5.0",
"stanley-cheung/protobuf-php": "dev-master",
"stanley-cheung/protobuf-php": "v0.6",
"google/auth": "v0.9"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion templates/composer.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.5.0",
"stanley-cheung/protobuf-php": "dev-master"
"stanley-cheung/protobuf-php": "v0.6"
},
"require-dev": {
"google/auth": "v0.9"
Expand Down

0 comments on commit 35d8474

Please sign in to comment.