1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-24 11:58:11 +03:00

Updated packages and info

This commit is contained in:
Michael Roberts 2016-04-04 13:54:19 +10:00
parent 2759cfb9d8
commit c1d7d5a961

View file

@ -1,20 +1,22 @@
{ {
"name": "kohana-minion/tasks-migrations", "name": "zer0pants/kohana-migrations",
"description": "Migration tasks for the kohana-minion cli framework", "description": "Migration tasks for the kohana-minion cli framework",
"homepage": "https://github.com/kohana-minion/tasks-migrations", "homepage": "https://github.com/kohana-minion/tasks-migrations",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"keywords": ["kohana", "framework", "database", "migrations", "tasks"], "keywords": ["kohana", "framework", "database", "migrations", "tasks"],
"authors": [ "authors": [
{ {
"name": "Lorenzo Pisani", "name": "Michael Roberts",
"email": "zeelot3k@gmail.com", "email": "michael@verbate.co",
"role": "developer" "role": "developer"
}, },
{ {
"name": "Matt Button", "name": "Mitch",
"email": "matthew@sigswitch.com", "email": "mitch@verbate.co",
"role": "developer" "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",
@ -26,8 +28,8 @@
"source": "https://github.com/kohana-minion/tasks-migrations" "source": "https://github.com/kohana-minion/tasks-migrations"
}, },
"require": { "require": {
"kohana/core": ">=3.3", "kohana/core": ">=3.4",
"kohana/minion": ">=3.3", "kohana/minion": ">=3.4",
"php": ">=5.2.4" "php": ">=5.2.4"
}, },
"extra": { "extra": {