1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00

composer.json update (cont.)

This commit is contained in:
Alexander Yakovlev 2016-10-19 11:28:09 +07:00
parent 6829fda37e
commit b89ffeee39

View file

@ -1,7 +1,7 @@
{ {
"name": "oreolek/kohana-migrations", "name": "oreolek/kohana-migrations",
"description": "Migration tasks for the kohana-minion cli framework", "description": "Migration tasks for the kohana-minion cli framework, 3.4 branch",
"homepage": "https://github.com/kohana-minion/tasks-migrations", "homepage": "https://github.com/Oreolek/kohana-migrations",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"keywords": ["kohana", "framework", "database", "migrations", "tasks"], "keywords": ["kohana", "framework", "database", "migrations", "tasks"],
"authors": [ "authors": [
@ -10,13 +10,16 @@
"email": "michael@verbate.co", "email": "michael@verbate.co",
"role": "developer" "role": "developer"
}, },
{ {
"name": "Mitch", "name": "Mitch",
"email": "mitch@verbate.co", "email": "mitch@verbate.co",
"role": "developer" "role": "developer"
}, },
{
"name": "Alexander Yakovlev",
"email": "keloero@oreolek.ru",
"role": "developer"
},
{ {
"name": "Contributors", "name": "Contributors",
"homepage": "https://github.com/kohana-minion/tasks-migrations/graphs/contributors", "homepage": "https://github.com/kohana-minion/tasks-migrations/graphs/contributors",
@ -24,17 +27,12 @@
} }
], ],
"support": { "support": {
"issues": "https://github.com/kohana-minion/tasks-migrations/issues", "issues": "https://github.com/Oreolek/kohana-migrations/issues",
"source": "https://github.com/kohana-minion/tasks-migrations" "source": "https://github.com/Oreolek/kohana-migrations"
}, },
"require": { "require": {
"kohana/core": ">=3.4", "kohana/core": ">=3.4",
"kohana/minion": ">=3.4", "kohana/minion": ">=3.4",
"php": ">=5.2.4" "php": ">=5.2.4"
},
"extra": {
"branch-alias": {
"dev-3.3/develop": "3.3.x-dev"
}
} }
} }