Skip to content

Commit 0435bec

Browse files
committed
Prepare for zf3
1 parent 9e8955c commit 0435bec

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ZfcUserDoctrineORM
22
==================
3-
Version 0.1.1 Created by Kyle Spraggs and the ZF-Commons team
3+
Version 3.x Created by Kyle Spraggs and the ZF-Commons team
44

55
Introduction
66
------------
@@ -20,6 +20,16 @@ Dependencies
2020
- [DoctrineModule](https://github.com/doctrine/DoctrineModule)
2121
- [DoctrineORMModule](https://github.com/doctrine/DoctrineORMModule)
2222

23+
24+
Versions
25+
--------
26+
Please use below table to figure out what version of ZfcUserDoctrineORM you should use.
27+
28+
| ZfcUserDoctrineORM version | Supported ZfcUser version | Status |
29+
|----------------------------|---------------------------|---------------------------------------------|
30+
| 1.x | 0.x, 1.x or 2.x | Security-fixes only |
31+
| 2.x | 3.x | New features bug-fixes, security-fixes |
32+
2333
Installation
2434
------------
2535
Set up Database Connection Settings for Doctrine ORM:
@@ -35,7 +45,6 @@ Set up your Modules in `config/application/application.config.php`, something li
3545
'modules' => array(
3646
'DoctrineModule',
3747
'DoctrineORMModule',
38-
'ZfcBase',
3948
'ZfcUser',
4049
'ZfcUserDoctrineORM',
4150
'Application',

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,20 @@
1919
"name": "Kyle Spraggs",
2020
"email": "[email protected]",
2121
"homepage": "http://www.spiffyjr.me/"
22+
},
23+
{
24+
"name": "Daniel Strøm",
25+
"email": "[email protected]"
2226
}
2327
],
28+
"extra": {
29+
"zf": {
30+
"module": "ZfcUserDoctrineORM"
31+
}
32+
},
2433
"require": {
2534
"php": ">=5.3.3",
26-
"zf-commons/zfc-user": "*",
35+
"zf-commons/zfc-user": "~3.0",
2736
"doctrine/doctrine-orm-module": "~1.0"
2837
},
2938
"autoload": {

0 commit comments

Comments
 (0)