Skip to content

Commit

Permalink
Merge pull request #83 from ingenerator/3.3/feature/4776/composer-pac…
Browse files Browse the repository at this point in the history
…kage-definition

3.3/feature/4776/composer package definition (refs #4776)
  • Loading branch information
zeelot committed Aug 26, 2013
2 parents 10a630b + a36238d commit 6712e07
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "kohana/minion",
"type": "kohana-module",
"description": "The official kohana module for running tasks via the CLI",
"homepage": "http://kohanaframework.org",
"license": "BSD-3-Clause",
"keywords": ["kohana", "framework", "task"],
"authors": [
{
"name": "Kohana Team",
"email": "team@kohanaframework.org",
"homepage": "http://kohanaframework.org/team",
"role": "developer"
}
],
"support": {
"issues": "http://dev.kohanaframework.org",
"forum": "http://forum.kohanaframework.org",
"irc": "irc://irc.freenode.net/kohana",
"source": "http://github.com/kohana/core"
},
"require": {
"composer/installers": "~1.0",
"kohana/core": ">=3.3",
"php": ">=5.3.3"
},
"extra": {
"branch-alias": {
"dev-3.3/dev": "3.3.x-dev",
"dev-3.4/dev": "3.4.x-dev"
}
}
}

0 comments on commit 6712e07

Please sign in to comment.