upgrade phinx to 0.12.4

This commit is contained in:
itismadness
2020-11-28 03:17:04 +00:00
parent f704eec152
commit bf6ebe8ad3
3 changed files with 312 additions and 285 deletions

View File

@@ -33,7 +33,7 @@
"maennchen/zipstream-php": "^2.1",
"orpheusnet/bencode-torrent": "^1.1.1",
"orpheusnet/logchecker": "^0.9.4",
"robmorgan/phinx": "^0.11.0",
"robmorgan/phinx": "^0.12.4",
"robthree/twofactorauth": "^1.7",
"twig/twig": "^2.12",
"vinkla/hashids": "^8.1",

593
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ return
],
'environments' => [
'default_migration_table' => 'phinxlog',
'default_database' => 'gazelle',
'default_environment' => 'gazelle',
'gazelle' => [
'adapter' => 'mysql',
'host' => SQLHOST,