From b1d76be2818c4e6a5ea377c871e9c98f8610d32a Mon Sep 17 00:00:00 2001 From: alphayax Date: Tue, 2 Feb 2016 23:11:06 +0100 Subject: [PATCH] Update composer config --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/composer.json b/composer.json index e5024d3..05a527c 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,15 @@ "email": "alphayax@gmail.com" } ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/alphayax/php_utils" + } + ], + "require" : { + "alphayax/php_utils" : "*" + }, "autoload": { "psr-4": {"alphayax\\": "./"} }