Skip to content

Instantly share code, notes, and snippets.

@benharold
Created February 10, 2014 17:03
Show Gist options
  • Save benharold/8919953 to your computer and use it in GitHub Desktop.
Save benharold/8919953 to your computer and use it in GitHub Desktop.
"require": [
"laravelbook/ardent": "dev-master"
],
"repositories": [
{
"type": "package",
"package": {
"name": "laravelbook/ardent",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/bexarcreativeinc/ardent.git",
"reference": "master"
},
"autoload": {
"psr-0": {
"LaravelBook\\Ardent": "src/"
}
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment