From 330f8a5fbb98852b4beabd1e746f297fbde35c04 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Thu, 3 Dec 2020 09:19:53 +0700 Subject: [PATCH] upgrade to use zend-hydrator 3.0 with update require branch to fork https://github.com/samsonasik/ZfcUser see https://github.com/ZF-Commons/ZfcUser/pull/688 --- composer.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b637d03..1ae0131 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ ], "require": { "php": ">=5.3.3", - "zf-commons/zfc-user": "*", + "zf-commons/zfc-user": "dev-patch-1", "doctrine/doctrine-orm-module": "~1.0" }, "autoload": { @@ -33,5 +33,12 @@ "classmap": [ "./" ] - } + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/samsonasik/ZfcUser", + "no-api": true + } + ] }