Skip to content

Commit

Permalink
Use "~1.0|~0.10" forms instead of "<2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Oct 11, 2016
1 parent c98eab9 commit b710d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions datastore/api/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"require": {
"google/cloud": "<2.0"
"google/cloud": "~1.0|~0.10"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"google/cloud-tools": "<2.0"
"google/cloud-tools": "~1.0|~0.5"
},
"autoload": {
"psr-4": { "Google\\Cloud\\Samples\\Datastore\\": "src" },
Expand Down
4 changes: 2 additions & 2 deletions datastore/api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b710d07

Please sign in to comment.