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

migration module fixes

This commit is contained in:
Alexander Yakovlev 2016-10-19 11:36:14 +07:00
parent 31d92a1308
commit 932a48626e
3 changed files with 38 additions and 101 deletions

View file

@ -74,7 +74,7 @@ $modules = [
'email' => $vendor_path.'tscms/email',// Electronic mail class 'email' => $vendor_path.'tscms/email',// Electronic mail class
'debug-toolbar' => MODPATH.'debug-toolbar', // Debug toolbar 'debug-toolbar' => MODPATH.'debug-toolbar', // Debug toolbar
'config-writer' => MODPATH.'config-writer', // Write to PHP configs 'config-writer' => MODPATH.'config-writer', // Write to PHP configs
'migrations' => $vendor_path.'zer0pants/kohana-migrations', // SQL migrations 'migrations' => $vendor_path.'oreolek/kohana-migrations', // SQL migrations
'core' => SYSPATH, // Core system 'core' => SYSPATH, // Core system
]; ];
if (Kohana::$environment === Kohana::DEVELOPMENT) if (Kohana::$environment === Kohana::DEVELOPMENT)

View file

@ -20,11 +20,7 @@
"repositories": [ "repositories": [
{ {
"type": "git", "type": "git",
"url": "https://github.com/zer0pants/kohana-migrations.git" "url": "git@github.com:Oreolek/kohana-migrations.git"
},
{
"type": "git",
"url": "git@github.com:Oreolek/minion.git"
} }
], ],
"require": { "require": {
@ -35,13 +31,13 @@
"kohana/codebench": "3.4.*", "kohana/codebench": "3.4.*",
"kohana/database": "3.4.*", "kohana/database": "3.4.*",
"kohana/image": "3.4.*", "kohana/image": "3.4.*",
"oreolek/minion": "3.4.*", "kohana/minion": "3.4.*",
"kohana/orm": "3.4.*", "kohana/orm": "3.4.*",
"psr/log": "^1.0", "psr/log": "^1.0",
"zombor/kostache": "^4.0", "zombor/kostache": "^4.0",
"tscms/email": "dev-3.3/master", "tscms/email": "dev-3.3/master",
"twbs/bootstrap-sass": "^3.3", "twbs/bootstrap-sass": "^3.3",
"zer0pants/kohana-migrations": "dev-3.4/develop", "oreolek/kohana-migrations": "dev-3.4/develop",
"ddeboer/transcoder": "^1.0" "ddeboer/transcoder": "^1.0"
}, },
"require-dev": { "require-dev": {

127
composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "9eac1baa125d93ff87bcc40f4e3c0342", "hash": "3fb8fd5b0f087861ad3c0a1e03f59d52",
"content-hash": "a3fc6d7996e7c8e77727008335b6570a", "content-hash": "e508757e467a827fae945dd82d99f251",
"packages": [ "packages": [
{ {
"name": "composer/installers", "name": "composer/installers",
@ -695,63 +695,58 @@
"time": "2014-06-20 19:34:49" "time": "2014-06-20 19:34:49"
}, },
{ {
"name": "oreolek/minion", "name": "oreolek/kohana-migrations",
"version": "dev-3.4/develop", "version": "dev-3.4/develop",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:Oreolek/minion.git", "url": "git@github.com:Oreolek/kohana-migrations.git",
"reference": "cdf4647397ee1ec1083f983f573ec147c123a475" "reference": "ba56bc84b2dca71321b0964d15fd95ed4bcf3a53"
}, },
"require": { "require": {
"composer/installers": "~1.0",
"kohana/core": ">=3.4", "kohana/core": ">=3.4",
"php": ">=5.4.0" "kohana/minion": ">=3.4",
}, "php": ">=5.2.4"
"require-dev": {
"kohana/core": "3.4.*@dev",
"kohana/koharness": "*@dev",
"kohana/unittest": "3.4.*@dev"
},
"type": "kohana-module",
"extra": {
"branch-alias": {
"dev-3.3/develop": "3.3.x-dev",
"dev-3.4/develop": "3.4.x-dev"
},
"installer-paths": {
"vendor/{$vendor}/{$name}": [
"type:kohana-module"
]
}
}, },
"type": "library",
"license": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{ {
"name": "Kohana Team", "name": "Michael Roberts",
"email": "team@kohanaframework.org", "email": "michael@verbate.co",
"homepage": "http://kohanaframework.org/team",
"role": "developer" "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"
} }
], ],
"description": "The official kohana module for running tasks via the CLI.", "description": "Migration tasks for the kohana-minion cli framework, 3.4 branch",
"homepage": "http://kohanaframework.org", "homepage": "https://github.com/Oreolek/kohana-migrations",
"keywords": [ "keywords": [
"cli", "database",
"console",
"framework", "framework",
"kohana", "kohana",
"minion", "migrations",
"task" "tasks"
], ],
"support": { "support": {
"issues": "http://dev.kohanaframework.org", "issues": "https://github.com/Oreolek/kohana-migrations/issues",
"forum": "http://forum.kohanaframework.org", "source": "https://github.com/Oreolek/kohana-migrations"
"irc": "irc://irc.freenode.net/kohana",
"source": "http://github.com/kohana/core"
}, },
"time": "2016-10-19 04:13:53" "time": "2016-10-19 04:32:04"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -958,60 +953,6 @@
], ],
"time": "2016-07-25 19:58:53" "time": "2016-07-25 19:58:53"
}, },
{
"name": "zer0pants/kohana-migrations",
"version": "dev-3.4/develop",
"source": {
"type": "git",
"url": "https://github.com/zer0pants/kohana-migrations.git",
"reference": "420ad1ddb805b824e2c0e9a6624f951ecd075bc8"
},
"require": {
"kohana/core": ">=3.4",
"kohana/minion": ">=3.4",
"php": ">=5.2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-3.3/develop": "3.3.x-dev"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Michael Roberts",
"email": "michael@verbate.co",
"role": "developer"
},
{
"name": "Mitch",
"email": "mitch@verbate.co",
"role": "developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/kohana-minion/tasks-migrations/graphs/contributors",
"role": "contributor"
}
],
"description": "Migration tasks for the kohana-minion cli framework",
"homepage": "https://github.com/kohana-minion/tasks-migrations",
"keywords": [
"database",
"framework",
"kohana",
"migrations",
"tasks"
],
"support": {
"issues": "https://github.com/kohana-minion/tasks-migrations/issues",
"source": "https://github.com/kohana-minion/tasks-migrations"
},
"time": "2016-04-04 04:25:55"
},
{ {
"name": "zombor/kostache", "name": "zombor/kostache",
"version": "v4.0.3", "version": "v4.0.3",
@ -2544,7 +2485,7 @@
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": { "stability-flags": {
"tscms/email": 20, "tscms/email": 20,
"zer0pants/kohana-migrations": 20, "oreolek/kohana-migrations": 20,
"phing/phing": 20 "phing/phing": 20
}, },
"prefer-stable": false, "prefer-stable": false,