Skip to content

Commit 15f0538

Browse files
committed
Install with Composer
1 parent 1452794 commit 15f0538

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ Install with Composer
1010
composer require phpclassic/php-shopify
1111
```
1212

13-
>You may not be able to install using composer until a stable version is available. For the time being you can download the zip file, put the extracted folder into `vendor/phpclassic` folder and add the following code into your root `composer.json` file:
14-
15-
```
16-
"autoload": {
17-
"psr-4": {
18-
"PHPShopify\\": "vendor/phpclassic/php-shopify/lib/"
19-
}
20-
}
21-
```
22-
2313
### Requirements
2414
PHPShopify uses curl extension for handling http calls. So you need to have the curl extension installed and enabled with PHP.
2515
>However if you prefer to use any other available package library for handling HTTP calls, you can easily do so by modifying 1 line in each of the `get()`, `post()`, `put()`, `delete()` methods in `PHPShopify\HttpRequestJson` class.

0 commit comments

Comments
 (0)