Skip to content

Commit

Permalink
Change v3.0 to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-93 committed Feb 11, 2016
1 parent cd33dbf commit 627003f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
UPGRADING
=========

Upgrade from version 2.\* to 3.\*
Upgrade from version 2.1.\* to 2.2.\*
-------------------------------
* Since version 3.\*, we support version 2.\* of the Google API. Although this doesn't change much to the API of this bundle, you should be aware that many things changed (including authentication) in the Google API. See https://github.com/google/google-api-php-client/blob/master/UPGRADING.md.
* Since version 2.2.\*, we support version 2.\* of the Google API. Although this doesn't change much to the API of this bundle, you should be aware that many things changed (including authentication) in the Google API. See https://github.com/google/google-api-php-client/blob/master/UPGRADING.md.
If you do not want to upgrade, you should add the version constraint `"google/apiclient": "1.*"` to your `composer.json`.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "2.3.x-dev"
}
}
}

0 comments on commit 627003f

Please sign in to comment.