-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathcomposer.json
38 lines (38 loc) · 1.02 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
36
37
38
{
"name": "kohana-minion/tasks-migrations",
"description": "Migration tasks for the kohana-minion cli framework",
"homepage": "https://github.com/kohana-minion/tasks-migrations",
"license": "BSD-3-Clause",
"keywords": ["kohana", "framework", "database", "migrations", "tasks"],
"authors": [
{
"name": "Lorenzo Pisani",
"email": "[email protected]",
"role": "developer"
},
{
"name": "Matt Button",
"email": "[email protected]",
"role": "developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/kohana-minion/tasks-migrations/graphs/contributors",
"role": "contributor"
}
],
"support": {
"issues": "https://github.com/kohana-minion/tasks-migrations/issues",
"source": "https://github.com/kohana-minion/tasks-migrations"
},
"require": {
"kohana/core": ">=3.3",
"kohana/minion": ">=3.3",
"php": ">=5.2.4"
},
"extra": {
"branch-alias": {
"dev-3.3/develop": "3.3.x-dev"
}
}
}