Skip to content

Commit f0963bf

Browse files
authored
Merge pull request #4 from phpclassic/master
Pull in upstream commits
2 parents efe7b21 + 0e1c69c commit f0963bf

File tree

9 files changed

+187
-93
lines changed

9 files changed

+187
-93
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Some resources are available directly, some resources are only available through
338338
### Custom Actions
339339
There are several action methods which can be called without calling the `get()`, `post()`, `put()`, `delete()` methods directly, but eventually results in a custom call to one of those methods.
340340

341-
- For example, get count of total projects
341+
- For example, get count of total products
342342
```php
343343
$productCount = $shopify->Product->count();
344344
```

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type": "library",
77
"require": {
88
"php": ">=5.6",
9-
"ext-curl": "*"
9+
"ext-curl": "*",
10+
"ext-json": "*"
1011
},
1112
"license": "Apache-2.0",
1213
"authors": [

0 commit comments

Comments
 (0)