From 609da27c65c76ad13b285e1af85aaef92eb8d1bb Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Sun, 2 Mar 2014 20:24:45 +0545 Subject: [PATCH] Transferring from bitbucket to github --- README.md | 28 +--------------------------- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 737f735..0acbecd 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,4 @@ HtCustomerLogo ============== -A Zend Framework 2 module which saves your time by allowing your user to upload logo - -Note: This module is not fully tested. - -## Features - -* Easy to Configure -* Easy to resize logo for storage -* Event Driven(obvious with Zend Framework, isn't it?) - -## Requirements -* [Zend Framework](https://github.com/zendframework/zf2/) -* [ZfcBase](https://github.com/Zf-Commons/ZfcBase) -* [WebinoPhpThumb](https://github.com/webino/WebinoImageThumb) -* [HCommons](https://github.com/ojhaujjwal/HCommons) - -## Installation -* Add `"hrevert/ht-customer-logo": "dev-master",` to your composer.json and run `php composer.phar update` -* Enable the module in `config/application.config.php` -* Copy file located in `config/htcustomerlogo.global.php` to `./config/autoload/htcustomerlogo.global.php` and change the values as you wish - -## Options -* Check the options available in `config/htcustomerlogo.global.php` - -## How To - -Please check this [wiki](https://github.com/hrevert/HtCustomerLogo/wiki) for more details on how to use this module. +A sample module dependant on [HtImgModule](https://github.com/hrevert/HtImgModule). diff --git a/composer.json b/composer.json index 1656a34..fcbf620 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "module", "zendframework" ], - "homepage": "https://bitbucket.org/hrevert/htcustomerlogo", + "homepage": "https://github.com/hrevert/htcustomerlogo", "authors": [ { "name": "Hrevert Technologies", @@ -22,7 +22,7 @@ "php": ">=5.4", "zendframework/zendframework": "~2.1", "zf-commons/zfc-base": "0.1.2", - "hrevert/ht-img-module": "dev-master" + "hrevert/ht-img-module": "0.0.*" }, "autoload": { "psr-0": {