Skip to content

Commit

Permalink
chore: add support for phinx 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceBabu committed Dec 29, 2022
1 parent 79439b5 commit f533660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ext-json": "*",
"ext-pdo": "*",
"riimu/kit-phpencoder": "^2.4",
"robmorgan/phinx": "^0.12",
"robmorgan/phinx": "^0.12||^0.13",
"symfony/console": "^2.8 || ^3.0 || ^4.0 || ^5.0 || 6.0.*",
"symfony/polyfill-php73": "^1.18"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Migration/Command/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class GenerateCommand extends AbstractCommand
*
* @return void
*/
protected function configure()
protected function configure(): void
{
parent::configure();

Expand Down

0 comments on commit f533660

Please sign in to comment.