From 9178c7c69e7c35a58af395cf5f0d6f7e900a1b9f Mon Sep 17 00:00:00 2001 From: Derek Kaser <11674153+dkaser@users.noreply.github.com> Date: Sat, 10 Jan 2026 02:57:13 +0000 Subject: [PATCH] chore: update composer, add php version Signed-off-by: Derek Kaser <11674153+dkaser@users.noreply.github.com> --- .../php/unraid-tailscale-utils/composer.json | 5 +++-- .../php/unraid-tailscale-utils/composer.lock | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/usr/local/php/unraid-tailscale-utils/composer.json b/src/usr/local/php/unraid-tailscale-utils/composer.json index 08092bc..3fba013 100644 --- a/src/usr/local/php/unraid-tailscale-utils/composer.json +++ b/src/usr/local/php/unraid-tailscale-utils/composer.json @@ -29,6 +29,7 @@ ], "require": { "edacerton/plugin-utils": "^1.0", - "rlanvin/php-ip": "^3.0" + "rlanvin/php-ip": "^3.0", + "php": ">=8.3" } -} +} \ No newline at end of file diff --git a/src/usr/local/php/unraid-tailscale-utils/composer.lock b/src/usr/local/php/unraid-tailscale-utils/composer.lock index a7d3fd4..12da523 100644 --- a/src/usr/local/php/unraid-tailscale-utils/composer.lock +++ b/src/usr/local/php/unraid-tailscale-utils/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": "5ffffca61b0b8bd9e1d74b36b6e5d40f", + "content-hash": "5e629f49773cc054ee1b10817d8c5bb2", "packages": [ { "name": "edacerton/plugin-utils", @@ -490,16 +490,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.92.4", + "version": "v3.92.5", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "9e7488b19403423e02e8403cc1eb596baf4673b0" + "reference": "260cc8c4a1d2f6d2f22cd4f9c70aa72e55ebac58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/9e7488b19403423e02e8403cc1eb596baf4673b0", - "reference": "9e7488b19403423e02e8403cc1eb596baf4673b0", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/260cc8c4a1d2f6d2f22cd4f9c70aa72e55ebac58", + "reference": "260cc8c4a1d2f6d2f22cd4f9c70aa72e55ebac58", "shasum": "" }, "require": { @@ -582,7 +582,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.92.4" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.92.5" }, "funding": [ { @@ -590,7 +590,7 @@ "type": "github" } ], - "time": "2026-01-04T00:38:52+00:00" + "time": "2026-01-08T21:57:37+00:00" }, { "name": "phpstan/phpstan", @@ -2820,7 +2820,9 @@ "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": {}, + "platform": { + "php": ">=8.3" + }, "platform-dev": {}, "plugin-api-version": "2.9.0" }