From 0d8f8d7d68992ed22bf3378352243d5b184818e4 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Wed, 8 May 2024 18:42:39 +0100 Subject: [PATCH] build: update daemon version for PhpGt/Server#43 --- composer.json | 4 ++-- composer.lock | 25 ++++++++++++++----------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index c9edf37..2beea9d 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ "php": ">=8.2", "ext-json": "*", "ext-readline": "*", - "phpgt/daemon": "^v1.1" + "phpgt/daemon": "^1.1.3" }, "require-dev": { - "phpstan/phpstan": "^v1.10", + "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "phpmd/phpmd": "^2.13", "squizlabs/php_codesniffer": "^3.7" diff --git a/composer.lock b/composer.lock index 1b937b7..bf102f8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,28 +4,31 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4cd0ca34afaa9ef7b6833e5d6a0cd4ce", + "content-hash": "f1b5c5a00646d19c0b63b53037a55857", "packages": [ { "name": "phpgt/daemon", - "version": "v1.1.2", + "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/PhpGt/Daemon.git", - "reference": "6490df99a22818149f30e3af408002ea7f73e035" + "reference": "e2964f463ff73c50ff69c5a605306f4895e3962b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/Daemon/zipball/6490df99a22818149f30e3af408002ea7f73e035", - "reference": "6490df99a22818149f30e3af408002ea7f73e035", + "url": "https://api.github.com/repos/PhpGt/Daemon/zipball/e2964f463ff73c50ff69c5a605306f4895e3962b", + "reference": "e2964f463ff73c50ff69c5a605306f4895e3962b", "shasum": "" }, "require": { - "php": ">=7.4" + "ext-pcntl": "*", + "php": ">=8.1" }, "require-dev": { - "phpstan/phpstan": ">=0.12.42", - "phpunit/phpunit": "9.*" + "phpmd/phpmd": "^2.13", + "phpstan/phpstan": "^v1.10", + "phpunit/phpunit": "^10.5", + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { @@ -37,15 +40,15 @@ "description": "Background script execution with cross-platform compatible streaming.", "support": { "issues": "https://github.com/PhpGt/Daemon/issues", - "source": "https://github.com/PhpGt/Daemon/tree/v1.1.2" + "source": "https://github.com/PhpGt/Daemon/tree/v1.1.3" }, "funding": [ { - "url": "https://github.com/phpgt", + "url": "https://github.com/sponsors/PhpGt", "type": "github" } ], - "time": "2021-02-02T17:33:16+00:00" + "time": "2024-05-08T17:40:17+00:00" } ], "packages-dev": [