From f56c78ad1d35f2a19af325470f253690572d2692 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:34:52 +0000 Subject: [PATCH] Update dependency wyrihaximus/file-descriptors to ^1.1.1 --- composer.json | 2 +- composer.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 3701eb7..da7a90c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "thecodingmachine/safe": "^1.3.3 || ^2.0 || ^3.0", "wyrihaximus/composer-update-bin-autoload-path": "^1.1.1", "wyrihaximus/constants": "^1.6", - "wyrihaximus/file-descriptors": "^1.1", + "wyrihaximus/file-descriptors": "^1.1.1", "wyrihaximus/json-throwable": "^4.2.0", "wyrihaximus/ticking-promise": "^3" }, diff --git a/composer.lock b/composer.lock index 4bb6f14..c9cb4a1 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": "a76a0f583714723beee2d4f5434312b5", + "content-hash": "6e640ceeb2ccc6fb29820d43ee5539b2", "packages": [ { "name": "cakephp/core", @@ -1446,20 +1446,21 @@ }, { "name": "wyrihaximus/file-descriptors", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-file-descriptors.git", - "reference": "7e2a8330c6dfe535a597e8a317b31dddf3b49398" + "reference": "de9c3dceecfab88c3f73aa6c9ea5372e7f635d7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-file-descriptors/zipball/7e2a8330c6dfe535a597e8a317b31dddf3b49398", - "reference": "7e2a8330c6dfe535a597e8a317b31dddf3b49398", + "url": "https://api.github.com/repos/WyriHaximus/php-file-descriptors/zipball/de9c3dceecfab88c3f73aa6c9ea5372e7f635d7a", + "reference": "de9c3dceecfab88c3f73aa6c9ea5372e7f635d7a", "shasum": "" }, "require": { "php": "^8 || ^7.4", + "thecodingmachine/safe": "^2 || ^1", "tivie/php-os-detector": "^1.1" }, "require-dev": { @@ -1485,7 +1486,7 @@ "description": "List open file descriptors for the current process cross platform", "support": { "issues": "https://github.com/WyriHaximus/php-file-descriptors/issues", - "source": "https://github.com/WyriHaximus/php-file-descriptors/tree/1.1.0" + "source": "https://github.com/WyriHaximus/php-file-descriptors/tree/1.1.1" }, "funding": [ { @@ -1493,7 +1494,7 @@ "type": "github" } ], - "time": "2020-11-25T23:03:56+00:00" + "time": "2024-01-22T13:34:53+00:00" }, { "name": "wyrihaximus/json-throwable",