From 8d9e2b05b0e36fb9d1c47b1a4d344f14f7471ab2 Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 4 Sep 2024 12:09:53 +0200 Subject: [PATCH] update composer dependencies - Upgrading php-sap/common (6.1.1 => v6.1.2) - Upgrading phpunit/php-code-coverage (9.2.31 => 9.2.32) --- composer.json | 4 ++-- composer.lock | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/composer.json b/composer.json index 447fdfe..12e94cc 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,8 @@ "require": { "php": "^8.1", "ext-sapnwrfc": "^2.1", - "php-sap/interfaces": "^5.0", - "php-sap/common": "^6.0" + "php-sap/interfaces": "^5.1", + "php-sap/common": "^6.1" }, "require-dev": { "ext-json": "*", diff --git a/composer.lock b/composer.lock index bdcc4f4..7be4d03 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": "9e3c15c57bb73e6146eba405f5213235", + "content-hash": "bdedf00daa09bd25f15e7e3534f052d7", "packages": [ { "name": "php-sap/common", - "version": "6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/php-sap/common.git", - "reference": "5fd4c8ead46df973cda39b552f8c8a8ebc35aa5c" + "reference": "7ef17bdf6e5439f4cebb26d498af3e063fa297c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-sap/common/zipball/5fd4c8ead46df973cda39b552f8c8a8ebc35aa5c", - "reference": "5fd4c8ead46df973cda39b552f8c8a8ebc35aa5c", + "url": "https://api.github.com/repos/php-sap/common/zipball/7ef17bdf6e5439f4cebb26d498af3e063fa297c7", + "reference": "7ef17bdf6e5439f4cebb26d498af3e063fa297c7", "shasum": "" }, "require": { @@ -55,9 +55,9 @@ ], "support": { "issues": "https://github.com/php-sap/common/issues", - "source": "https://github.com/php-sap/common/tree/6.1.1" + "source": "https://github.com/php-sap/common/tree/v6.1.2" }, - "time": "2024-08-07T16:10:59+00:00" + "time": "2024-09-04T10:05:07+00:00" }, { "name": "php-sap/datetime", @@ -570,35 +570,35 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.31", + "version": "9.2.32", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965" + "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965", - "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5", + "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.18 || ^5.0", + "nikic/php-parser": "^4.19.1 || ^5.1.0", "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" + "phpunit/php-file-iterator": "^3.0.6", + "phpunit/php-text-template": "^2.0.4", + "sebastian/code-unit-reverse-lookup": "^2.0.3", + "sebastian/complexity": "^2.0.3", + "sebastian/environment": "^5.1.5", + "sebastian/lines-of-code": "^1.0.4", + "sebastian/version": "^3.0.2", + "theseer/tokenizer": "^1.2.3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.6" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -607,7 +607,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "9.2.x-dev" } }, "autoload": { @@ -636,7 +636,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32" }, "funding": [ { @@ -644,7 +644,7 @@ "type": "github" } ], - "time": "2024-03-02T06:37:42+00:00" + "time": "2024-08-22T04:23:01+00:00" }, { "name": "phpunit/php-file-iterator",