Last active
September 4, 2018 06:14
-
-
Save tsudot/f939658214706d84323d25551c80a517 to your computer and use it in GitHub Desktop.
Composer config for karix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"repositories": [ | |
{ | |
"type": "git", | |
"url": "https://github.com/karixtech/karix-php.git" | |
} | |
], | |
"require": { | |
"karixtech/karix-php": "0.0.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment