Skip to content

Commit 0f52c8d

Browse files
authored
Merge pull request #88 from keboola/ondra-save-permanent-files
update keboola/kbc-project-restore package
2 parents 52698c4 + 4d8a0aa commit 0f52c8d

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^8.2",
77
"google/apiclient": "^2.18",
8-
"keboola/kbc-project-restore": "^2.24",
8+
"keboola/kbc-project-restore": "^2.25",
99
"keboola/php-component": "^10.1",
1010
"keboola/php-file-storage-utils": "^0.2.6",
1111
"microsoft/azure-storage-blob": "^1.5"

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/phpunit/data/configurations/permanentFiles.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
{
3+
"id": "123456",
34
"name": "test.txt",
45
"tags": ["tag1", "tag2"]
56
}

0 commit comments

Comments
 (0)