From f0167c7ac5d4329adfa59bc1afdcb90f9b61a810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:45:06 +0000 Subject: [PATCH] Bump verifiedjoseph/gotify-api-php from 1.9.0 to 1.10.0 Bumps [verifiedjoseph/gotify-api-php](https://github.com/VerifiedJoseph/gotify-api-php) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/VerifiedJoseph/gotify-api-php/releases) - [Changelog](https://github.com/VerifiedJoseph/gotify-api-php/blob/main/CHANGELOG.md) - [Commits](https://github.com/VerifiedJoseph/gotify-api-php/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: verifiedjoseph/gotify-api-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/composer.lock b/composer.lock index 0ba65ea..2476c88 100644 --- a/composer.lock +++ b/composer.lock @@ -206,16 +206,16 @@ }, { "name": "guzzlehttp/promises", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", "shasum": "" }, "require": { @@ -269,7 +269,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.3" + "source": "https://github.com/guzzle/promises/tree/2.0.4" }, "funding": [ { @@ -285,7 +285,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T10:29:17+00:00" + "time": "2024-10-17T10:06:22+00:00" }, { "name": "guzzlehttp/psr7", @@ -942,12 +942,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -1143,27 +1143,29 @@ }, { "name": "verifiedjoseph/gotify-api-php", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/VerifiedJoseph/gotify-api-php.git", - "reference": "4295dc71bdca2c5e1d549b002b96e6daa9255d56" + "reference": "8c7fc3450de0cac795132a30b7e75ff02df585dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/VerifiedJoseph/gotify-api-php/zipball/4295dc71bdca2c5e1d549b002b96e6daa9255d56", - "reference": "4295dc71bdca2c5e1d549b002b96e6daa9255d56", + "url": "https://api.github.com/repos/VerifiedJoseph/gotify-api-php/zipball/8c7fc3450de0cac795132a30b7e75ff02df585dd", + "reference": "8c7fc3450de0cac795132a30b7e75ff02df585dd", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "guzzlehttp/guzzle": "^7.4.5", - "php": "^8.1" + "php": "^8.2" }, "require-dev": { - "phpstan/phpstan": "^1.0", - "phpunit/phpunit": "^10.5", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-deprecation-rules": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^11.4", "squizlabs/php_codesniffer": "^3.7" }, "type": "library", @@ -1189,9 +1191,9 @@ ], "support": { "issues": "https://github.com/VerifiedJoseph/gotify-api-php/issues", - "source": "https://github.com/VerifiedJoseph/gotify-api-php/tree/v1.9.0" + "source": "https://github.com/VerifiedJoseph/gotify-api-php/tree/v1.10.0" }, - "time": "2024-08-01T16:21:35+00:00" + "time": "2024-12-10T11:23:40+00:00" }, { "name": "verifiedjoseph/ntfy-php-library",