1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-18 17:08:18 +03:00
kohana-migrations/composer.json

39 lines
1 KiB
JSON

{
"name": "oreolek/kohana-migrations",
"description": "Migration tasks for the kohana-minion cli framework, 3.4 branch",
"homepage": "https://github.com/Oreolek/kohana-migrations",
"license": "BSD-3-Clause",
"keywords": ["kohana", "framework", "database", "migrations", "tasks"],
"authors": [
{
"name": "Michael Roberts",
"email": "michael@verbate.co",
"role": "developer"
},
{
"name": "Mitch",
"email": "mitch@verbate.co",
"role": "developer"
},
{
"name": "Alexander Yakovlev",
"email": "keloero@oreolek.ru",
"role": "developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/kohana-minion/tasks-migrations/graphs/contributors",
"role": "contributor"
}
],
"support": {
"issues": "https://github.com/Oreolek/kohana-migrations/issues",
"source": "https://github.com/Oreolek/kohana-migrations"
},
"require": {
"kohana/core": ">=3.4",
"kohana/minion": ">=3.4",
"php": ">=5.2.4"
}
}