forked from kohana-minion/tasks-migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.1 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
39
40
{
"name": "dexamped/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"],
"type": "kohana-module",
"authors": [
{
"name": "Lorenzo Pisani",
"email": "zeelot3k@gmail.com",
"role": "developer"
},
{
"name": "Matt Button",
"email": "matthew@sigswitch.com",
"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": {
"composer/installers": "~1.0",
"kohana/core": ">=3.3",
"kohana/minion": ">=3.3",
"php": ">=5.2.4"
},
"extra": {
"installer-paths": {
"vendor/{$vendor}/{$name}": ["type:kohana-module"]
}
}
}