From 347b4c7f6410b7d070e7fa999fa2e8d7dd6ab120 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Fri, 4 Dec 2020 14:36:04 +0700 Subject: [PATCH] use zfcuser -> with zend-hydrator 3.0 ref https://github.com/ZF-Commons/ZfcUser/pull/688 --- composer.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 19f1ffe..cd7af79 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ } ], "require": { - "php": ">=5.4", - "zf-commons/zfc-user": ">=1.2.0" + "php": "^7.2", + "zf-commons/zfc-user": "dev-patch-1" }, "autoload": { "psr-0": { @@ -37,5 +37,12 @@ }, "suggest": { "soflomo/mail": "Email transporter" - } + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/samsonasik/ZfcUser", + "no-api": true + } + ] }