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\\": "./"} }