Skip to content

Commit 45c515d

Browse files
committed
updates language package name
1 parent 77d504b commit 45c515d

File tree

4 files changed

+40
-40
lines changed

4 files changed

+40
-40
lines changed

language/api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-natural-language": "^0.2",
3+
"google/cloud-language": "^0.2",
44
"symfony/console": "^3.0",
55
"google/cloud-storage": "^1.0"
66
},

language/api/composer.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

language/quickstart/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": ">=5.4",
4-
"google/cloud-natural-language": "^0.2"
4+
"google/cloud-language": "^0.2"
55
},
66
"require-dev": {
77
"phpunit/phpunit": "~4"

language/quickstart/composer.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)