From 190a0f3ac535a7fa187b2adac6d1294674792e11 Mon Sep 17 00:00:00 2001 From: clementzarch Date: Tue, 22 Aug 2023 09:54:41 +0200 Subject: [PATCH] update dependencies --- composer.json | 8 +-- composer.lock | 147 +++++++++++++++++++++++++++++++++++++------------- 2 files changed, 114 insertions(+), 41 deletions(-) diff --git a/composer.json b/composer.json index c371909..89c8b81 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ } }, "require": { - "php": "^8.0", - "php-etl/pipeline-contracts": "^0.3.0", + "php": "^8.2", + "php-etl/pipeline-contracts": "0.4.*", "psr/container": "^1.0", - "php-etl/hook-runtime": "0.1.x-dev" + "php-etl/hook-runtime": "0.2.*" }, "extra": { "branch-alias": { - "dev-main": "0.1.x-dev" + "dev-main": "0.2.x-dev" } } } diff --git a/composer.lock b/composer.lock index 5d56798..798e597 100644 --- a/composer.lock +++ b/composer.lock @@ -4,32 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bc82a2844aa45cde3fc89ae34c103a7f", + "content-hash": "4b173ca79beecba55be84e565ebb4c5a", "packages": [ { "name": "php-etl/bucket-contracts", - "version": "dev-master", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/php-etl/bucket-contracts.git", - "reference": "b5d682329b7f8ff66e0987f75fad190607c10ddf" + "reference": "e96726f9b89dea7308482fa6c2ce4db0757960ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-etl/bucket-contracts/zipball/b5d682329b7f8ff66e0987f75fad190607c10ddf", - "reference": "b5d682329b7f8ff66e0987f75fad190607c10ddf", + "url": "https://api.github.com/repos/php-etl/bucket-contracts/zipball/e96726f9b89dea7308482fa6c2ce4db0757960ce", + "reference": "e96726f9b89dea7308482fa6c2ce4db0757960ce", "shasum": "" }, "require": { - "php": "^8.0" + "php": "^8.2" }, "require-dev": { - "phpstan/phpstan": "0.12.x-dev" + "friendsofphp/php-cs-fixer": "^3.0", + "phpstan/phpstan": "^1.10", + "rector/rector": "^0.15" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-main": "0.2.x-dev" } }, "autoload": { @@ -52,32 +55,36 @@ } ], "description": "This library describes contracts for the data-interchange buckets.", - "time": "2021-09-25T16:53:47+00:00" + "support": { + "issues": "https://github.com/php-etl/bucket-contracts/issues", + "source": "https://github.com/php-etl/bucket-contracts/tree/v0.2.0" + }, + "time": "2023-04-03T12:42:10+00:00" }, { "name": "php-etl/hook-runtime", - "version": "dev-master", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/php-etl/hook-runtime.git", - "reference": "5121fac6458db06d13ee16e80a20575af25e5cf6" + "reference": "11fa39cd51fbac6daa8ddb81e3d76a80a43298f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-etl/hook-runtime/zipball/5121fac6458db06d13ee16e80a20575af25e5cf6", - "reference": "5121fac6458db06d13ee16e80a20575af25e5cf6", + "url": "https://api.github.com/repos/php-etl/hook-runtime/zipball/11fa39cd51fbac6daa8ddb81e3d76a80a43298f9", + "reference": "11fa39cd51fbac6daa8ddb81e3d76a80a43298f9", "shasum": "" }, "require": { - "php": "^8.0", - "php-etl/pipeline-contracts": "^0.3.0", + "php": "^8.2", + "php-etl/pipeline-contracts": "0.4.*", "psr/container": "^1.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-main": "0.2.x-dev" } }, "autoload": { @@ -98,32 +105,39 @@ "description": "This library allows you to use the hook runtime", "support": { "issues": "https://github.com/php-etl/hook-runtime/issues", - "source": "https://github.com/php-etl/hook-runtime/tree/master" + "source": "https://github.com/php-etl/hook-runtime/tree/v0.2.0" }, - "time": "2021-10-15T13:34:01+00:00" + "time": "2023-08-22T07:49:26+00:00" }, { "name": "php-etl/pipeline-contracts", - "version": "dev-master", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/php-etl/pipeline-contracts.git", - "reference": "c89002bcc303194bbc9cf3efbff6da62c519ea70" + "reference": "5a37ebe518d4d85aa964c74b9da068d29e2e9b92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-etl/pipeline-contracts/zipball/c89002bcc303194bbc9cf3efbff6da62c519ea70", - "reference": "c89002bcc303194bbc9cf3efbff6da62c519ea70", + "url": "https://api.github.com/repos/php-etl/pipeline-contracts/zipball/5a37ebe518d4d85aa964c74b9da068d29e2e9b92", + "reference": "5a37ebe518d4d85aa964c74b9da068d29e2e9b92", "shasum": "" }, "require": { - "php": "^8.0", - "php-etl/bucket-contracts": "^0.1.0" + "php": "^8.2", + "php-etl/bucket-contracts": "0.2.*", + "php-etl/satellite-contracts": "0.1.*" }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.0", + "phpstan/phpstan": "^1.10", + "rector/rector": "^0.15" + }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.3.x-dev" + "dev-main": "0.4.x-dev" } }, "autoload": { @@ -146,24 +160,81 @@ } ], "description": "This library describes contracts for the Extract-Transform-Load pattern.", - "time": "2021-09-28T06:57:28+00:00" + "support": { + "issues": "https://github.com/php-etl/pipeline-contracts/issues", + "source": "https://github.com/php-etl/pipeline-contracts/tree/v0.4.2" + }, + "time": "2023-06-12T09:38:03+00:00" + }, + { + "name": "php-etl/satellite-contracts", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/php-etl/satellite-contracts.git", + "reference": "1d2bc6822bfdb3efc6a1f490e706db995c99ef41" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-etl/satellite-contracts/zipball/1d2bc6822bfdb3efc6a1f490e706db995c99ef41", + "reference": "1d2bc6822bfdb3efc6a1f490e706db995c99ef41", + "shasum": "" + }, + "require": { + "php": "^8.2" + }, + "require-dev": { + "rector/rector": "^0.15.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Kiboko\\Contract\\Satellite\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kiboko SAS", + "homepage": "http://kiboko.fr" + }, + { + "name": "Grégory Planchat", + "email": "gregory@kiboko.fr" + } + ], + "description": "This library describes contracts for defining satellite formats", + "support": { + "issues": "https://github.com/php-etl/satellite-contracts/issues", + "source": "https://github.com/php-etl/satellite-contracts/tree/v0.1.0" + }, + "time": "2023-04-18T13:53:22+00:00" }, { "name": "psr/container", - "version": "1.1.x-dev", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -190,20 +261,22 @@ "container-interop", "psr" ], - "time": "2021-03-05T17:36:06+00:00" + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "php-etl/hook-runtime": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.0" + "php": "^8.2" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }