From 36a4b3f4308d220148cd628acc83128e1596b690 Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Fri, 22 Aug 2014 20:22:22 +0545 Subject: [PATCH] Updated version in installation to 0.1.* --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db9dde6..65bb00c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ HtImgModule This module simplies image manipulation for Zend Framework 2. This module integrates Zend Framework 2 with [Imagine](https://github.com/avalanche123/Imagine), the most amazing Image manipulation library for PHP. ## Installation -* Add `"hrevert/ht-img-module": "0.0.*"` to composer.json and run `php composer.phar update` +* Add `"hrevert/ht-img-module": "0.1.*"` to composer.json and run `php composer.phar update` * Register `HtImgModule` as module in `config/application.config.php` * Copy the file located in `vendor/hrevert/ht-img-module/config/ht-img-module.global.php` to `config/autoload` and change the values as you wish