Skip to content

Commit

Permalink
Merge pull request #95 from timkelty/feature-composer
Browse files Browse the repository at this point in the history
Add Composer compatibility
  • Loading branch information
croxton committed Feb 24, 2014
2 parents b76e1b1 + 362bb3a commit e7ff56d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
@@ -0,0 +1,19 @@
{
"name": "croxton/stash",
"description": "Extended templating for ExpressionEngine",
"homepage": "https://github.com/croxton/Stash",
"authors": [
{
"name": "Mark Croxton",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.11"
},
"extra": {
"branch-alias": {
"dev-dev": "1.5.*-dev"
}
}
}

0 comments on commit e7ff56d

Please sign in to comment.