From fa939c577925d65f658b0851ad59298fe179b153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Planchat?= Date: Thu, 16 Nov 2023 11:41:27 +0100 Subject: [PATCH] Bumped up the version of the pipeline contracts --- composer.json | 4 ++-- composer.lock | 34 ++++++++++++++++++---------------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 0ce9956..15cee49 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "prefer-stable": true, "require": { "php": "^8.2", - "php-etl/pipeline-contracts": "0.4.*", + "php-etl/pipeline-contracts": "0.5.*", "symfony/console": "^6.0" }, "require-dev": { @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-main": "0.2.x-dev" + "dev-main": "0.3.x-dev" } } } diff --git a/composer.lock b/composer.lock index 4d4d136..04f1114 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "192aea67bf6c8ed83d8dafbedc137882", + "content-hash": "a89c2dbb0086a778092f986d09b16bc8", "packages": [ { "name": "php-etl/bucket-contracts", - "version": "v0.2.0", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/php-etl/bucket-contracts.git", - "reference": "e96726f9b89dea7308482fa6c2ce4db0757960ce" + "reference": "64170754cb1f5e556c8e526177be51d905c3b15f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-etl/bucket-contracts/zipball/e96726f9b89dea7308482fa6c2ce4db0757960ce", - "reference": "e96726f9b89dea7308482fa6c2ce4db0757960ce", + "url": "https://api.github.com/repos/php-etl/bucket-contracts/zipball/64170754cb1f5e556c8e526177be51d905c3b15f", + "reference": "64170754cb1f5e556c8e526177be51d905c3b15f", "shasum": "" }, "require": { @@ -28,10 +28,11 @@ "phpstan/phpstan": "^1.10", "rector/rector": "^0.15" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "0.2.x-dev" + "dev-main": "0.3.x-dev" } }, "autoload": { @@ -56,27 +57,27 @@ "description": "This library describes contracts for the data-interchange buckets.", "support": { "issues": "https://github.com/php-etl/bucket-contracts/issues", - "source": "https://github.com/php-etl/bucket-contracts/tree/v0.2.0" + "source": "https://github.com/php-etl/bucket-contracts/tree/main" }, - "time": "2023-04-03T12:42:10+00:00" + "time": "2023-11-14T14:39:36+00:00" }, { "name": "php-etl/pipeline-contracts", - "version": "v0.4.1", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/php-etl/pipeline-contracts.git", - "reference": "b5c45090ed92f93530f3f69782bb016b52627b1a" + "reference": "29aac4a1644c960355a17876e4a84bb8f0b89654" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-etl/pipeline-contracts/zipball/b5c45090ed92f93530f3f69782bb016b52627b1a", - "reference": "b5c45090ed92f93530f3f69782bb016b52627b1a", + "url": "https://api.github.com/repos/php-etl/pipeline-contracts/zipball/29aac4a1644c960355a17876e4a84bb8f0b89654", + "reference": "29aac4a1644c960355a17876e4a84bb8f0b89654", "shasum": "" }, "require": { "php": "^8.2", - "php-etl/bucket-contracts": "0.2.*", + "php-etl/bucket-contracts": "0.3.*", "php-etl/satellite-contracts": "0.1.*" }, "require-dev": { @@ -84,10 +85,11 @@ "phpstan/phpstan": "^1.10", "rector/rector": "^0.15" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "0.4.x-dev" + "dev-main": "0.5.x-dev" } }, "autoload": { @@ -112,9 +114,9 @@ "description": "This library describes contracts for the Extract-Transform-Load pattern.", "support": { "issues": "https://github.com/php-etl/pipeline-contracts/issues", - "source": "https://github.com/php-etl/pipeline-contracts/tree/v0.4.1" + "source": "https://github.com/php-etl/pipeline-contracts/tree/main" }, - "time": "2023-04-18T14:32:57+00:00" + "time": "2023-11-15T10:45:24+00:00" }, { "name": "php-etl/satellite-contracts",