Skip to content

Instantly share code, notes, and snippets.

@pateketrueke
Created May 28, 2012 05:42
Show Gist options
  • Save pateketrueke/2817486 to your computer and use it in GitHub Desktop.
Save pateketrueke/2817486 to your computer and use it in GitHub Desktop.
Default composer configuration for tetl::PHP
{
"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