Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danizord committed Jun 15, 2016
1 parent a008a04 commit 8077324
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ ZfrShopify is a modern PHP library based on Guzzle for [Shopify](https://www.sho
## Dependencies

* PHP 7
* [Guzzle](http://www.guzzlephp.org): >= 3.6
* [Zend Diactoros](https://github.com/zendframework/zend-diactoros): >=1.1
* [Guzzle](http://www.guzzlephp.org): ^3.9 and ^6.1
* [Zend Diactoros](https://github.com/zendframework/zend-diactoros): >=1.3

## Installation

Installation of ZfrShopify is only officially supported using Composer:

```sh
php composer.phar require 'zfr/zfr-shopify:0.1.*'
php composer.phar require 'zfr/zfr-shopify:1.0'
```

## Usage
Expand Down Expand Up @@ -77,9 +77,8 @@ return [
];
```

If you're using Zend\Expressive with Zend\ServiceManager 3, you can use `ZfrShopify\ModuleConfig` to register our
factories into Zend\ServiceManager automatically.
More info [here](http://zendframework.github.io/zend-expressive/cookbook/modular-layout/)
If you're using Zend\ServiceManager 3, you can use [Zend\ComponentInstaller](https://zendframework.github.io/zend-component-installer/)
to register our factories into Zend\ServiceManager automatically.

However if you're using other framework or other container, you can still manually register our factories, they are
under [src/Container](/src/Container) folder.
Expand Down Expand Up @@ -314,4 +313,4 @@ Here is a list of supported endpoints (more to come in the future):
* getWebhook(array $args = [])
* createWebhook(array $args = [])
* updateWebhook(array $args = [])
* deleteWebhook(array $args = [])
* deleteWebhook(array $args = [])

0 comments on commit 8077324

Please sign in to comment.