Skip to content

Commit 99b62d6

Browse files
committed
Rename repository.
1 parent 92f362e commit 99b62d6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WEBDEVPACK SDK for PHP provides a simple, expressive way to integrate WEBDEVPACK
55
## Install via Composer
66

77
```shell
8-
composer require webdevpack/sdk-php
8+
composer require webdevpack/webdevpack-sdk-php
99
```
1010

1111
## Examples
@@ -69,4 +69,4 @@ $wdp->convertHTMLFileToPDF($sourceFilename, $targetFilename);
6969
```
7070

7171
## License
72-
This project is licensed under the MIT License. See the [license file](https://github.com/webdevpack/sdk-php/blob/master/LICENSE) for more information.
72+
This project is licensed under the MIT License. See the [license file](https://github.com/webdevpack/webdevpack-sdk-php/blob/master/LICENSE) for more information.

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* WebDevPack SDK for PHP
5-
* https://github.com/webdevpack/sdk-php
5+
* https://github.com/webdevpack/webdevpack-sdk-php
66
* Copyright (c) Amplilabs Ltd.
77
* Free to use under the MIT license.
88
*/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "webdevpack/sdk-php",
2+
"name": "webdevpack/webdevpack-sdk-php",
33
"description": "WebDevPack SDK for PHP",
44
"license": "MIT",
55
"homepage": "https://webdevpack.com/",

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* WebDevPack SDK for PHP
5-
* https://github.com/webdevpack/sdk-php
5+
* https://github.com/webdevpack/webdevpack-sdk-php
66
* Copyright (c) Amplilabs Ltd.
77
* Free to use under the MIT license.
88
*/

0 commit comments

Comments
 (0)