Created
May 28, 2012 05:42
-
-
Save pateketrueke/2817486 to your computer and use it in GitHub Desktop.
Default composer configuration for tetl::PHP
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": { | |
"pateketrueke": { | |
"package": { | |
"name": "tetlphp", | |
"version": "trunk", | |
"dist": { | |
"url": "https://github.com/pateketrueke/tetlphp/zipball/master", | |
"type": "zip" | |
} | |
} | |
} | |
}, | |
"require": { | |
"tetlphp": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment