Skip to content

Commit 347b4c7

Browse files
authored
use zfcuser -> with zend-hydrator 3.0
ref ZF-Commons/ZfcUser#688
1 parent 517ae92 commit 347b4c7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=5.4",
21-
"zf-commons/zfc-user": ">=1.2.0"
20+
"php": "^7.2",
21+
"zf-commons/zfc-user": "dev-patch-1"
2222
},
2323
"autoload": {
2424
"psr-0": {
@@ -37,5 +37,12 @@
3737
},
3838
"suggest": {
3939
"soflomo/mail": "Email transporter"
40-
}
40+
},
41+
"repositories": [
42+
{
43+
"type": "vcs",
44+
"url": "https://github.com/samsonasik/ZfcUser",
45+
"no-api": true
46+
}
47+
]
4148
}

0 commit comments

Comments
 (0)