1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-05 02:28:16 +03:00

Merge pull request #47 from EvanPurkhiser/feature/composer-support

Add composer support
This commit is contained in:
Lorenzo Pisani 2014-04-26 18:07:30 -07:00
commit 18f0d1480c

38
composer.json Normal file
View file

@ -0,0 +1,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": "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": {
"kohana/core": ">=3.3",
"kohana/minion": ">=3.3",
"php": ">=5.2.4"
},
"extra": {
"branch-alias": {
"dev-3.3/develop": "3.3.x-dev"
}
}
}