-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathcomposer.json
35 lines (35 loc) · 1.29 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "spadefoot/kohana-orm-leap",
"type": "kohana-module",
"description": "An ORM module for the Kohana PHP framework that is designed to work with all major databases.",
"homepage": "http://orm.spadefootcode.com/",
"license": "Apache-2.0",
"keywords": ["kohana", "framework", "database", "leap", "ORM"],
"authors": [
{
"name": "Spadefoot Team",
"email": "spadefoot.oss@gmail.com",
"role": "developer"
}
],
"support": {
"issues": "https://github.com/spadefoot/kohana-orm-leap/issues",
"source": "https://github.com/spadefoot/kohana-orm-leap"
},
"require": {
"composer/installers": "~1.0",
"kohana/core": ">=3.3",
"php": ">=5.3.3"
},
"suggest": {
"ext-mysql": "*",
"ext-pdo": "*",
"kohana/database": ">=3.3"
},
"extra": {
"branch-alias": {
"dev-3.3/develop": "3.3.x-dev",
"dev-3.4/develop": "3.4.x-dev"
}
}
}