diff --git a/README.md b/README.md index 2b4df62..907f0c3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,17 @@ This module provides an list of the users. `application.config.php` file. 2. Clone `https://github.com/stijnhau/ZfcUserList` into your `./vendor/` directory and enable it in your `application.config.php` file. - + ### Requires +1. PHP >= 5.4.0 +2. ZfcUser >= 1.0.0 +3. doctrine/common >= v2.4.2 +4. doctrine/orm >= v2.4.4 +5. doctrine/doctrine-orm-module >= 0.8.0 +6. zf-commons/zfc-user-doctrine-orm = dev-master + +## Features + -1. ZfcUser \ No newline at end of file +This module needs soome refactoring to use Adapter +The usage of doctrine should be an other module that depends on this module.