Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Apr 11, 2019
1 parent f54c9fe commit f3db846
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
==============

1.1.0
-----------------
* Update

1.0.0
-----------------
* Stable release
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,30 @@
"keywords": ["yii", "yii2", "skeeks", "api", "component", "google"],
"homepage": "http://skeeks.com",
"type": "yii2-extension",
"license": "GPL-3.0+",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/skeeks-semenov/yii2-google-api/issues",
"source": "https://github.com/skeeks-semenov/yii2-google-api/",
"authors": "http://skeeks.com"
"authors": "https://skeeks.com"
},
"authors": [
{
"name": "SkeekS",
"email": "support@skeeks.com",
"homepage": "http://skeeks.com"
"homepage": "https://skeeks.com"
},
{
"name": "Semenov Alexander",
"email": "semenov@skeeks.com"
}
],
"require": {
"yiisoft/yii2": "*",
"google/apiclient": "^2.0.0@RC",
"google/apiclient-services": "*"
"yiisoft/yii2": "^2.0.0",
"google/apiclient": "^2.2.0"
},
"autoload": {
"psr-4": {
"skeeks\\yii2\\googleApi\\": ""
"skeeks\\yii2\\googleApi\\": "src/"
}
}
}
File renamed without changes.

0 comments on commit f3db846

Please sign in to comment.