We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60348ce commit 3bb9ac2Copy full SHA for 3bb9ac2
composer.json
@@ -1,16 +1,10 @@
1
{
2
"name": "keboola/db-import-export",
3
"description": "Package allows to import files to Snowflake from multiple cloud storages",
4
- "repositories": [
5
- {
6
- "type": "git",
7
- "url": "https://github.com/keboola/db-adapter-snowflake.git"
8
- }
9
- ],
10
"require": {
11
"php": "^7.3",
12
"keboola/csv": "^2.1.0",
13
- "keboola/db-adapter-snowflake": "dev-tf-init-db-snowflake",
+ "keboola/db-adapter-snowflake": "^1.0.0",
14
"keboola/php-component": "^7.0.1",
15
"microsoft/azure-storage-blob": "^1.4",
16
"symfony/stopwatch": "^4.3"
0 commit comments