Skip to content

Commit 6f287e1

Browse files
committed
Rename vendor to jupi
1 parent 8da9500 commit 6f287e1

File tree

7 files changed

+83
-82
lines changed

7 files changed

+83
-82
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ of the Composer documentation.
1414
Open a command console, enter your project directory and execute:
1515

1616
```console
17-
$ composer require "jupi007/prestashop-webservice-lib-extra"
17+
$ composer require "jupi/prestashop-webservice-lib-extra"
1818
```
1919

2020
Usage

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jupi007/prestashop-webservice-lib-extra",
2+
"name": "jupi/prestashop-webservice-lib-extra",
33
"description": "A fully object-oriented way to interact with Prestashop webservice build on top of Prestashop Webservice lib",
44
"type": "library",
55
"license": "MIT",
@@ -15,12 +15,12 @@
1515
},
1616
"autoload": {
1717
"psr-4": {
18-
"Jupi007\\PrestaShopWebserviceExtra\\": "src/"
18+
"Jupi\\PrestaShopWebserviceExtra\\": "src/"
1919
}
2020
},
2121
"autoload-dev": {
2222
"psr-4": {
23-
"Jupi007\\PrestaShopWebserviceExtra\\Tests\\": "tests/"
23+
"Jupi\\PrestaShopWebserviceExtra\\Tests\\": "tests/"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)