From d01b03e4ef950ad8885a4eecd702e80586559503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 04:14:59 +0000 Subject: [PATCH] build(deps): bump productsupcom/lib-dk-testing from 0.0.19 to 0.0.22 Bumps [productsupcom/lib-dk-testing](https://github.com/productsupcom/lib-dk-testing) from 0.0.19 to 0.0.22. - [Commits](https://github.com/productsupcom/lib-dk-testing/commits) --- updated-dependencies: - dependency-name: productsupcom/lib-dk-testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 732 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 700 insertions(+), 32 deletions(-) diff --git a/composer.lock b/composer.lock index 34b3d88..52bb1cf 100644 --- a/composer.lock +++ b/composer.lock @@ -241,6 +241,54 @@ ], "time": "2024-02-18T20:23:39+00:00" }, + { + "name": "elgigi/flysystem-useful-adapters", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/ElGigi/FlysystemUsefulAdapters.git", + "reference": "cced38d896480611ae76fb5fa82f61c91a218899" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ElGigi/FlysystemUsefulAdapters/zipball/cced38d896480611ae76fb5fa82f61c91a218899", + "reference": "cced38d896480611ae76fb5fa82f61c91a218899", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "league/flysystem": "^3.7", + "league/flysystem-read-only": "^3.23", + "php": "^8.0" + }, + "require-dev": { + "league/flysystem-adapter-test-utilities": "^3.21", + "league/flysystem-memory": "^3.24", + "phpunit/phpunit": "^9.0 || ^10.0", + "psr/log": "^1.0 || ^2.0 || ^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "ElGigi\\FlysystemUsefulAdapters\\": "src/" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "description": "Useful adapters for Flysystem PHP library", + "support": { + "issues": "https://github.com/ElGigi/FlysystemUsefulAdapters/issues", + "source": "https://github.com/ElGigi/FlysystemUsefulAdapters/tree/v1.0.1" + }, + "time": "2024-03-20T14:16:33+00:00" + }, { "name": "guzzlehttp/guzzle", "version": "7.9.2", @@ -957,18 +1005,388 @@ }, "time": "2024-01-31T09:32:00+00:00" }, + { + "name": "league/flysystem", + "version": "3.29.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem.git", + "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319", + "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "league/flysystem-local": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "conflict": { + "async-aws/core": "<1.19.0", + "async-aws/s3": "<1.14.0", + "aws/aws-sdk-php": "3.209.31 || 3.210.0", + "guzzlehttp/guzzle": "<7.0", + "guzzlehttp/ringphp": "<1.1.1", + "phpseclib/phpseclib": "3.0.15", + "symfony/http-client": "<5.2" + }, + "require-dev": { + "async-aws/s3": "^1.5 || ^2.0", + "async-aws/simple-s3": "^1.1 || ^2.0", + "aws/aws-sdk-php": "^3.295.10", + "composer/semver": "^3.0", + "ext-fileinfo": "*", + "ext-ftp": "*", + "ext-mongodb": "^1.3", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^3.5", + "google/cloud-storage": "^1.23", + "guzzlehttp/psr7": "^2.6", + "microsoft/azure-storage-blob": "^1.1", + "mongodb/mongodb": "^1.2", + "phpseclib/phpseclib": "^3.0.36", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.5.11|^10.0", + "sabre/dav": "^4.6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\": "src" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "File storage abstraction for PHP", + "keywords": [ + "WebDAV", + "aws", + "cloud", + "file", + "files", + "filesystem", + "filesystems", + "ftp", + "s3", + "sftp", + "storage" + ], + "support": { + "issues": "https://github.com/thephpleague/flysystem/issues", + "source": "https://github.com/thephpleague/flysystem/tree/3.29.1" + }, + "time": "2024-10-08T08:58:34+00:00" + }, + { + "name": "league/flysystem-ftp", + "version": "3.29.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-ftp.git", + "reference": "17e8e422cb43a7fefa06ec8ddf36ee8ec936d138" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-ftp/zipball/17e8e422cb43a7fefa06ec8ddf36ee8ec936d138", + "reference": "17e8e422cb43a7fefa06ec8ddf36ee8ec936d138", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "ext-ftp": "*", + "league/flysystem": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\Ftp\\": "" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "FTP filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "file", + "files", + "filesystem", + "ftp", + "ftpd" + ], + "support": { + "source": "https://github.com/thephpleague/flysystem-ftp/tree/3.29.0" + }, + "time": "2024-06-12T09:46:12+00:00" + }, + { + "name": "league/flysystem-local", + "version": "3.29.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-local.git", + "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27", + "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "ext-fileinfo": "*", + "league/flysystem": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\Local\\": "" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Local filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "file", + "files", + "filesystem", + "local" + ], + "support": { + "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0" + }, + "time": "2024-08-09T21:24:39+00:00" + }, + { + "name": "league/flysystem-read-only", + "version": "3.28.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-read-only.git", + "reference": "94f3f6d80c12ade1274996e665f4b963f53d6a11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-read-only/zipball/94f3f6d80c12ade1274996e665f4b963f53d6a11", + "reference": "94f3f6d80c12ade1274996e665f4b963f53d6a11", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "league/flysystem": "^3.10.0", + "php": "^8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\ReadOnly\\": "" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Read-only filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "Read-Only", + "filesystem", + "only", + "read" + ], + "support": { + "source": "https://github.com/thephpleague/flysystem-read-only/tree/3.28.0" + }, + "time": "2024-05-06T20:05:52+00:00" + }, + { + "name": "league/flysystem-sftp-v3", + "version": "3.29.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-sftp-v3.git", + "reference": "ce9b209e2fbe33122c755ffc18eb4d5bd256f252" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-sftp-v3/zipball/ce9b209e2fbe33122c755ffc18eb4d5bd256f252", + "reference": "ce9b209e2fbe33122c755ffc18eb4d5bd256f252", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "league/flysystem": "^3.0.14", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2", + "phpseclib/phpseclib": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\PhpseclibV3\\": "" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "SFTP filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "file", + "files", + "filesystem", + "sftp" + ], + "support": { + "source": "https://github.com/thephpleague/flysystem-sftp-v3/tree/3.29.0" + }, + "time": "2024-08-14T19:35:54+00:00" + }, + { + "name": "league/mime-type-detection", + "version": "1.16.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/mime-type-detection.git", + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "ext-fileinfo": "*", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.2", + "phpstan/phpstan": "^0.12.68", + "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\MimeTypeDetection\\": "src" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Mime-type detection for Flysystem", + "support": { + "issues": "https://github.com/thephpleague/mime-type-detection/issues", + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" + }, + "funding": [ + { + "url": "https://github.com/frankdejonge", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/flysystem", + "type": "tidelift" + } + ], + "time": "2024-09-21T08:32:55+00:00" + }, { "name": "league/uri", - "version": "7.4.1", + "version": "7.5.1", "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", - "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4" + "reference": "81fb5145d2644324614cc532b28efd0215bda430" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri/zipball/bedb6e55eff0c933668addaa7efa1e1f2c417cc4", - "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430", + "reference": "81fb5145d2644324614cc532b28efd0215bda430", "shasum": "", "mirrors": [ { @@ -978,7 +1396,7 @@ ] }, "require": { - "league/uri-interfaces": "^7.3", + "league/uri-interfaces": "^7.5", "php": "^8.1" }, "conflict": { @@ -1043,7 +1461,7 @@ "docs": "https://uri.thephpleague.com", "forum": "https://thephpleague.slack.com", "issues": "https://github.com/thephpleague/uri-src/issues", - "source": "https://github.com/thephpleague/uri/tree/7.4.1" + "source": "https://github.com/thephpleague/uri/tree/7.5.1" }, "funding": [ { @@ -1051,20 +1469,20 @@ "type": "github" } ], - "time": "2024-03-23T07:42:40+00:00" + "time": "2024-12-08T08:40:02+00:00" }, { "name": "league/uri-interfaces", - "version": "7.4.1", + "version": "7.5.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-interfaces.git", - "reference": "8d43ef5c841032c87e2de015972c06f3865ef718" + "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/8d43ef5c841032c87e2de015972c06f3865ef718", - "reference": "8d43ef5c841032c87e2de015972c06f3865ef718", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", + "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", "shasum": "", "mirrors": [ { @@ -1133,7 +1551,7 @@ "docs": "https://uri.thephpleague.com", "forum": "https://thephpleague.slack.com", "issues": "https://github.com/thephpleague/uri-src/issues", - "source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.1" + "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0" }, "funding": [ { @@ -1141,7 +1559,7 @@ "type": "github" } ], - "time": "2024-03-23T07:42:40+00:00" + "time": "2024-12-08T08:18:47+00:00" }, { "name": "monolog/monolog", @@ -1399,6 +1817,135 @@ ], "time": "2024-09-09T07:06:30+00:00" }, + { + "name": "paragonie/constant_time_encoding", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512", + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": "^8" + }, + "require-dev": { + "phpunit/phpunit": "^9", + "vimeo/psalm": "^4|^5" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/constant_time_encoding/issues", + "source": "https://github.com/paragonie/constant_time_encoding" + }, + "time": "2024-05-08T12:36:18+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": ">= 7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" + }, { "name": "php-http/client-common", "version": "2.7.2", @@ -1879,18 +2426,134 @@ }, "time": "2022-01-11T14:28:07+00:00" }, + { + "name": "phpseclib/phpseclib", + "version": "3.0.43", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "709ec107af3cb2f385b9617be72af8cf62441d02" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/709ec107af3cb2f385b9617be72af8cf62441d02", + "reference": "709ec107af3cb2f385b9617be72af8cf62441d02", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/productsupcom/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "paragonie/constant_time_encoding": "^1|^2|^3", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-dom": "Install the DOM extension to load XML formatted public keys.", + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + }, + "type": "library", + "autoload": { + "files": [ + "phpseclib/bootstrap.php" + ], + "psr-4": { + "phpseclib3\\": "phpseclib/" + } + }, + "notification-url": "https://repo.packagist.com/productsupcom/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Lead Developer" + }, + { + "name": "Patrick Monnerat", + "email": "pm@datasphere.ch", + "role": "Developer" + }, + { + "name": "Andreas Fischer", + "email": "bantu@phpbb.com", + "role": "Developer" + }, + { + "name": "Hans-Jürgen Petrich", + "email": "petrich@tronic-media.com", + "role": "Developer" + }, + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "role": "Developer" + } + ], + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "homepage": "http://phpseclib.sourceforge.net", + "keywords": [ + "BigInteger", + "aes", + "asn.1", + "asn1", + "blowfish", + "crypto", + "cryptography", + "encryption", + "rsa", + "security", + "sftp", + "signature", + "signing", + "ssh", + "twofish", + "x.509", + "x509" + ], + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.43" + }, + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2024-12-14T21:12:59+00:00" + }, { "name": "productsupcom/cde-client-container-api", - "version": "0.20.0", + "version": "0.21.0", "source": { "type": "git", "url": "git@github.com:productsupcom/cde-client-container-api.git", - "reference": "93a2951ef32086ed43f00ecb32436b7f01575f4b" + "reference": "6c9d990a2642af1d08b2d0ed3e8a63a59a4a05f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/productsupcom/cde-client-container-api/zipball/93a2951ef32086ed43f00ecb32436b7f01575f4b", - "reference": "93a2951ef32086ed43f00ecb32436b7f01575f4b", + "url": "https://api.github.com/repos/productsupcom/cde-client-container-api/zipball/6c9d990a2642af1d08b2d0ed3e8a63a59a4a05f5", + "reference": "6c9d990a2642af1d08b2d0ed3e8a63a59a4a05f5", "shasum": "", "mirrors": [ { @@ -1944,10 +2607,10 @@ "proprietary" ], "support": { - "source": "https://github.com/productsupcom/cde-client-container-api/tree/0.20.0", + "source": "https://github.com/productsupcom/cde-client-container-api/tree/0.21.0", "issues": "https://github.com/productsupcom/cde-client-container-api/issues" }, - "time": "2024-11-27T08:34:53+00:00" + "time": "2024-12-11T10:29:00+00:00" }, { "name": "productsupcom/dk-core-bundle", @@ -2039,16 +2702,16 @@ }, { "name": "productsupcom/lib-dk-core", - "version": "0.0.19", + "version": "0.0.23", "source": { "type": "git", "url": "git@github.com:productsupcom/lib-dk-core.git", - "reference": "689109b9767f157d853781164d3efa0d6c618b1c" + "reference": "9d620793ae835a021590bbf29ff2b66196ffe59b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/productsupcom/lib-dk-core/zipball/689109b9767f157d853781164d3efa0d6c618b1c", - "reference": "689109b9767f157d853781164d3efa0d6c618b1c", + "url": "https://api.github.com/repos/productsupcom/lib-dk-core/zipball/9d620793ae835a021590bbf29ff2b66196ffe59b", + "reference": "9d620793ae835a021590bbf29ff2b66196ffe59b", "shasum": "", "mirrors": [ { @@ -2058,6 +2721,11 @@ ] }, "require": { + "elgigi/flysystem-useful-adapters": "^1.0", + "ext-zip": "*", + "ext-zlib": "*", + "league/flysystem-ftp": "^3.29", + "league/flysystem-sftp-v3": "^3.29", "php": ">=8.3", "productsupcom/cde-client-container-api": "0.*", "productsupcom/lib-sqlite": "^6.12", @@ -2111,22 +2779,22 @@ "proprietary" ], "support": { - "source": "https://github.com/productsupcom/lib-dk-core/tree/0.0.19" + "source": "https://github.com/productsupcom/lib-dk-core/tree/0.0.23" }, - "time": "2024-12-05T15:18:19+00:00" + "time": "2024-12-19T11:08:28+00:00" }, { "name": "productsupcom/lib-dk-testing", - "version": "0.0.19", + "version": "0.0.22", "source": { "type": "git", "url": "git@github.com:productsupcom/lib-dk-testing.git", - "reference": "d9552192a1d5ecdcfad6d521faf9d115736ffd7a" + "reference": "e50d382d82502b847cbcccdf165110d100a595cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/productsupcom/lib-dk-testing/zipball/d9552192a1d5ecdcfad6d521faf9d115736ffd7a", - "reference": "d9552192a1d5ecdcfad6d521faf9d115736ffd7a", + "url": "https://api.github.com/repos/productsupcom/lib-dk-testing/zipball/e50d382d82502b847cbcccdf165110d100a595cb", + "reference": "e50d382d82502b847cbcccdf165110d100a595cb", "shasum": "", "mirrors": [ { @@ -2138,7 +2806,7 @@ "require": { "php": ">=8.3", "productsupcom/cde-client-container-api": "v0.*", - "productsupcom/lib-dk-core": "0.0.*" + "productsupcom/lib-dk-core": "v0.0.*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.3", @@ -2189,9 +2857,9 @@ "proprietary" ], "support": { - "source": "https://github.com/productsupcom/lib-dk-testing/tree/0.0.19" + "source": "https://github.com/productsupcom/lib-dk-testing/tree/0.0.22" }, - "time": "2024-12-05T16:43:36+00:00" + "time": "2024-12-19T11:11:52+00:00" }, { "name": "productsupcom/lib-sqlite",