Skip to content

Commit 11e4623

Browse files
committed
Merge pull request #88 from ingenerator/3.3/feature/4776/composer-package-definition
3.3/feature/4776/composer package definition (refs #4776)
2 parents 901051b + 119dcea commit 11e4623

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

composer.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "kohana/orm",
3+
"type": "kohana-module",
4+
"description": "The official Kohana ORM module",
5+
"homepage": "http://kohanaframework.org",
6+
"license": "BSD-3-Clause",
7+
"keywords": ["kohana", "framework", "ORM", "database"],
8+
"authors": [
9+
{
10+
"name": "Kohana Team",
11+
"email": "team@kohanaframework.org",
12+
"homepage": "http://kohanaframework.org/team",
13+
"role": "developer"
14+
}
15+
],
16+
"support": {
17+
"issues": "http://dev.kohanaframework.org",
18+
"forum": "http://forum.kohanaframework.org",
19+
"irc": "irc://irc.freenode.net/kohana",
20+
"source": "http://github.com/kohana/core"
21+
},
22+
"require": {
23+
"composer/installers": "~1.0",
24+
"kohana/core": ">=3.3",
25+
"kohana/database": ">=3.3",
26+
"php": ">=5.3.3"
27+
},
28+
"extra": {
29+
"branch-alias": {
30+
"dev-3.3/dev": "3.3.x-dev",
31+
"dev-3.4/dev": "3.4.x-dev"
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)