diff --git a/composer.json b/composer.json index e717a52..df11054 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ } }, "require": { - "php": ">=5.4", - "zf-commons/zfc-user": "~1.2", - "zf-commons/zfc-user-doctrine-orm": "1.*" + "php": "^7.2", + "zf-commons/zfc-user": "dev-patch-1", + "zf-commons/zfc-user-doctrine-orm": "dev-patch-1" }, "require-dev": { "phpunit/phpunit": "~4.0.0", @@ -35,5 +35,17 @@ "psr-0": { "Eye4web\\ZfcUser\\Settings\\": "src/" } - } + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/samsonasik/ZfcUser", + "no-api": true + }, + { + "type": "vcs", + "url": "https://github.com/samsonasik/ZfcUserDoctrineORM", + "no-api": true + } + ] }