Skip to content

Commit

Permalink
Merge pull request #53 from keboola/PST-2022-ondra
Browse files Browse the repository at this point in the history
update keboola/kbc-project-backup package
  • Loading branch information
ondrajodas authored Sep 1, 2024
2 parents 65ad50d + a48ab72 commit f258e14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"php": "^8.2",
"keboola/kbc-project-backup": "^1.10",
"keboola/kbc-project-backup": "^1.11",
"keboola/php-component": "^10.1",
"keboola/php-file-storage-utils": "^0.2.6",
"microsoft/azure-storage-blob": "^1.5"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public function run(): void
}

$backup->backupConfigs($this->config->includeVersions());
$backup->backupTriggers();
$backup->backupPermanentFiles();
}

Expand Down

0 comments on commit f258e14

Please sign in to comment.