We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b1b1a commit ee2199aCopy full SHA for ee2199a
readme.md
@@ -8,7 +8,7 @@ An easy-to-use PHP package to communicate with [Shopify's API](http://docs.shopi
8
9
Add `"rocket-code/shopify"` in your "require" object. With a blank Laravel install, it will look something like this:
10
11
-For Laravel 5.*, use `"rocket-code/shopify": "~2.0"`. For Laravel 4.*, use `"rocket-code/shopify": "~1.0"`.
+For Laravel 5, use `"rocket-code/shopify": "~2.0"`. For Laravel 4, use `"rocket-code/shopify": "~1.0"`.
12
13
```
14
"require": {
0 commit comments