Skip to content

Commit f3db846

Browse files
Update
1 parent f54c9fe commit f3db846

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
==============
33

4+
1.1.0
5+
-----------------
6+
* Update
7+
48
1.0.0
59
-----------------
610
* Stable release

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,30 @@
44
"keywords": ["yii", "yii2", "skeeks", "api", "component", "google"],
55
"homepage": "http://skeeks.com",
66
"type": "yii2-extension",
7-
"license": "GPL-3.0+",
7+
"license": "BSD-3-Clause",
88
"support": {
99
"issues": "https://github.com/skeeks-semenov/yii2-google-api/issues",
1010
"source": "https://github.com/skeeks-semenov/yii2-google-api/",
11-
"authors": "http://skeeks.com"
11+
"authors": "https://skeeks.com"
1212
},
1313
"authors": [
1414
{
1515
"name": "SkeekS",
1616
"email": "support@skeeks.com",
17-
"homepage": "http://skeeks.com"
17+
"homepage": "https://skeeks.com"
1818
},
1919
{
2020
"name": "Semenov Alexander",
2121
"email": "semenov@skeeks.com"
2222
}
2323
],
2424
"require": {
25-
"yiisoft/yii2": "*",
26-
"google/apiclient": "^2.0.0@RC",
27-
"google/apiclient-services": "*"
25+
"yiisoft/yii2": "^2.0.0",
26+
"google/apiclient": "^2.2.0"
2827
},
2928
"autoload": {
3029
"psr-4": {
31-
"skeeks\\yii2\\googleApi\\": ""
30+
"skeeks\\yii2\\googleApi\\": "src/"
3231
}
3332
}
3433
}
File renamed without changes.

0 commit comments

Comments
 (0)