Created
February 3, 2014 14:26
-
-
Save andypotanin/8784755 to your computer and use it in GitHub Desktop.
Composer config file.
This file contains hidden or 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
| { | |
| "config": { | |
| "preferred-install": "source" | |
| }, | |
| "repositories": [ | |
| { | |
| "type": "composer", | |
| "url": "http://repository.usabilitydynamics.com" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment