Update composer config

This commit is contained in:
alphayax 2016-02-02 23:11:06 +01:00
parent 14b2b76e5c
commit b1d76be281
1 changed files with 9 additions and 0 deletions

View File

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