From c0deb321d0dd8b3f2e5a7b6fc130a15c07efb91b Mon Sep 17 00:00:00 2001 From: marc Date: Thu, 23 May 2024 08:41:49 +0200 Subject: [PATCH 1/3] use dev juicer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab15d6e..5ecabef 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "aws/aws-sdk-php": "^3.208", "guzzlehttp/oauth-subscriber": "^0.4", "keboola/filter": "^2.0", - "keboola/juicer": "^5.1", + "keboola/juicer": "dev-ES-160", "keboola/php-csvtable": "^1.2", "keboola/php-temp": "^2.0", "keboola/php-utils": "^4.1", From 3b3990f30eb6eda484bed1615addf1284d106677 Mon Sep 17 00:00:00 2001 From: marc Date: Thu, 23 May 2024 08:45:32 +0200 Subject: [PATCH 2/3] use alias --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5ecabef..abea119 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "aws/aws-sdk-php": "^3.208", "guzzlehttp/oauth-subscriber": "^0.4", "keboola/filter": "^2.0", - "keboola/juicer": "dev-ES-160", + "keboola/juicer": "dev-ES-160 as 5.1.0", "keboola/php-csvtable": "^1.2", "keboola/php-temp": "^2.0", "keboola/php-utils": "^4.1", From 20cc081d4671cb66a2620c6e57eb147a6a4a2e05 Mon Sep 17 00:00:00 2001 From: marc Date: Thu, 23 May 2024 09:57:36 +0200 Subject: [PATCH 3/3] composer update --- composer.lock | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index b865ce0..e17e32c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "88fa176c9784b276372582be0dcfdfe2", + "content-hash": "7dbcf6f90555bae6ba2cb278e6ad106f", "packages": [ { "name": "aws/aws-crt-php", @@ -758,16 +758,16 @@ }, { "name": "keboola/juicer", - "version": "5.1.0", + "version": "dev-ES-160", "source": { "type": "git", "url": "https://github.com/keboola/juicer.git", - "reference": "4cb9d1395c6ebeb1fe6c1f25aa5d88e7280e2bcd" + "reference": "c222e7f5ced48f1ab0489352331b9b7c1e2d4641" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/keboola/juicer/zipball/4cb9d1395c6ebeb1fe6c1f25aa5d88e7280e2bcd", - "reference": "4cb9d1395c6ebeb1fe6c1f25aa5d88e7280e2bcd", + "url": "https://api.github.com/repos/keboola/juicer/zipball/c222e7f5ced48f1ab0489352331b9b7c1e2d4641", + "reference": "c222e7f5ced48f1ab0489352331b9b7c1e2d4641", "shasum": "" }, "require": { @@ -815,9 +815,9 @@ ], "support": { "issues": "https://github.com/keboola/juicer/issues", - "source": "https://github.com/keboola/juicer/tree/5.1.0" + "source": "https://github.com/keboola/juicer/tree/ES-160" }, - "time": "2023-09-05T11:21:25+00:00" + "time": "2024-05-22T09:14:35+00:00" }, { "name": "keboola/php-csvtable", @@ -5318,9 +5318,18 @@ "time": "2021-03-09T10:59:23+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "keboola/juicer", + "version": "dev-ES-160", + "alias": "5.1.0", + "alias_normalized": "5.1.0.0" + } + ], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "keboola/juicer": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {