Skip to content

Commit a8e2f2a

Browse files
author
Vladimir Litvinchik
committed
Updated vendor namespace.
1 parent 5906e60 commit a8e2f2a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use SDK you need AppSID and AppKey authorization keys. You can your AppSID an
1212

1313
The package is available at [Packagist](https://packagist.org/) and it can be installed via [Composer](http://getcomposer.org/) by executing following command:
1414
```
15-
composer require groupdocs/viewer-sdk-php
15+
composer require groupdocscloud/viewer-sdk-php
1616
```
1717

1818
Or you can install SDK via [Composer](http://getcomposer.org/) directly from this repository, add the following to `composer.json`:
@@ -26,7 +26,7 @@ Or you can install SDK via [Composer](http://getcomposer.org/) directly from thi
2626
}
2727
],
2828
"require": {
29-
"groupdocs/viewer-sdk-php": "*"
29+
"groupdocscloud/viewer-sdk-php": "*"
3030
}
3131
}
3232
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "This repository contains GroupDocs.Viewer for Cloud SDK for PHP source code.",
3-
"name": "groupdocs/viewer-sdk-php",
3+
"name": "groupdocscloud/viewer-sdk-php",
44
"version": "18.2",
55
"license": "MIT",
66
"type": "library",

0 commit comments

Comments
 (0)