From f5d667563eedf106e8f0ff187529887b3512ae45 Mon Sep 17 00:00:00 2001 From: Gregor Date: Thu, 19 Oct 2023 17:11:52 +0200 Subject: [PATCH] update php-sap/interfaces to v4 and php-sap/common to v5 #8 --- composer.json | 4 ++-- composer.lock | 37 +++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index d050881..b1230d2 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ "ext-json": "*", "phpunit/phpunit": "^9.6", "kba-team/memory-container": "^2.0", - "php-sap/interfaces": "^3.0", - "php-sap/common": "^4.0" + "php-sap/interfaces": "^4.0", + "php-sap/common": "^5.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 8e83dc6..410708c 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": "2cad0ff3cfff32efb1fcbb16e177b890", + "content-hash": "7b6d1b7a6aa488026cc6db5580fef3b6", "packages": [ { "name": "doctrine/instantiator", @@ -352,26 +352,26 @@ }, { "name": "php-sap/common", - "version": "v4.0.0", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/php-sap/common.git", - "reference": "8360ef472e52e7c9445c6ef096023f86277a8582" + "reference": "1afaf2588e615f4ef784d9404bf4ae089e311ea9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-sap/common/zipball/8360ef472e52e7c9445c6ef096023f86277a8582", - "reference": "8360ef472e52e7c9445c6ef096023f86277a8582", + "url": "https://api.github.com/repos/php-sap/common/zipball/1afaf2588e615f4ef784d9404bf4ae089e311ea9", + "reference": "1afaf2588e615f4ef784d9404bf4ae089e311ea9", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.0", - "php-sap/datetime": "^1.2", - "php-sap/interfaces": "^3.0" + "php": ">=7.4", + "php-sap/interfaces": "^4.0" }, "require-dev": { - "phpunit/phpunit": "^4.8" + "phpunit/phpunit": "^9.0", + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { @@ -399,9 +399,9 @@ ], "support": { "issues": "https://github.com/php-sap/common/issues", - "source": "https://github.com/php-sap/common/tree/v4.0.0" + "source": "https://github.com/php-sap/common/tree/v5.0.0" }, - "time": "2021-02-04T09:15:50+00:00" + "time": "2023-10-19T13:19:33+00:00" }, { "name": "php-sap/datetime", @@ -460,21 +460,22 @@ }, { "name": "php-sap/interfaces", - "version": "v3.0.1", + "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/php-sap/interfaces.git", - "reference": "d6c97aa683d96c070a2842e359a990acf278e796" + "reference": "f0ab5f7b37e6d0f909ea85685ce82d2d787527d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-sap/interfaces/zipball/d6c97aa683d96c070a2842e359a990acf278e796", - "reference": "d6c97aa683d96c070a2842e359a990acf278e796", + "url": "https://api.github.com/repos/php-sap/interfaces/zipball/f0ab5f7b37e6d0f909ea85685ce82d2d787527d8", + "reference": "f0ab5f7b37e6d0f909ea85685ce82d2d787527d8", "shasum": "" }, "require": { "ext-json": "*", - "php": "^5.5|^7.0|^8.0" + "php": ">=7.4", + "php-sap/datetime": "^1.4" }, "conflict": { "kba-team/php-sap": "*" @@ -508,9 +509,9 @@ ], "support": { "issues": "https://github.com/php-sap/interfaces/issues", - "source": "https://github.com/php-sap/interfaces/tree/v3.0.1" + "source": "https://github.com/php-sap/interfaces/tree/v4.0.0" }, - "time": "2023-10-12T14:57:34+00:00" + "time": "2023-10-17T14:58:09+00:00" }, { "name": "phpunit/php-code-coverage",