From e945912ef41c28660440df7a6f70eb3604aa9bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 18:01:29 +0000 Subject: [PATCH] build: Bump ohdearapp/ohdear-php-sdk from 3.10.3 to 4.4.0 Bumps [ohdearapp/ohdear-php-sdk](https://github.com/ohdearapp/ohdear-php-sdk) from 3.10.3 to 4.4.0. - [Release notes](https://github.com/ohdearapp/ohdear-php-sdk/releases) - [Changelog](https://github.com/ohdearapp/ohdear-php-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/ohdearapp/ohdear-php-sdk/compare/3.10.3...4.4.0) --- updated-dependencies: - dependency-name: ohdearapp/ohdear-php-sdk dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 196 ++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 169 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index 8100fff54..0a810b13a 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "logtail/monolog-logtail": "^3.2", "maatwebsite/excel": "~3.1.17", "malahierba-lab/public-id": "dev-main", - "ohdearapp/ohdear-php-sdk": "^3.0", + "ohdearapp/ohdear-php-sdk": "^4.4", "planetteamspeak/ts3-php-framework": "~1.3.0", "predis/predis": "^2.0", "pusher/pusher-php-server": "~7.2", diff --git a/composer.lock b/composer.lock index 30337335f..6b9135eb4 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": "f5718e05796ac577dddfdd0fd4e13368", + "content-hash": "d467c262839872af8719c6fad1560b86", "packages": [ { "name": "alawrence/laravel-ipboard", @@ -2588,22 +2588,22 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.9.3", + "version": "7.10.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77" + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", - "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0.3", - "guzzlehttp/psr7": "^2.7.0", + "guzzlehttp/promises": "^2.3", + "guzzlehttp/psr7": "^2.8", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -2694,7 +2694,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.9.3" + "source": "https://github.com/guzzle/guzzle/tree/7.10.0" }, "funding": [ { @@ -2710,7 +2710,7 @@ "type": "tidelift" } ], - "time": "2025-03-27T13:37:11+00:00" + "time": "2025-08-23T22:36:01+00:00" }, { "name": "guzzlehttp/promises", @@ -2797,16 +2797,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.7.1", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16" + "reference": "21dc724a0583619cd1652f673303492272778051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16", - "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", + "reference": "21dc724a0583619cd1652f673303492272778051", "shasum": "" }, "require": { @@ -2822,7 +2822,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "0.9.0", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" + "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -2893,7 +2893,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.7.1" + "source": "https://github.com/guzzle/psr7/tree/2.8.0" }, "funding": [ { @@ -2909,7 +2909,7 @@ "type": "tidelift" } ], - "time": "2025-03-27T12:30:47+00:00" + "time": "2025-08-23T21:21:41+00:00" }, { "name": "guzzlehttp/uri-template", @@ -6062,29 +6062,34 @@ }, { "name": "ohdearapp/ohdear-php-sdk", - "version": "3.10.3", + "version": "4.4.0", "source": { "type": "git", "url": "https://github.com/ohdearapp/ohdear-php-sdk.git", - "reference": "8d9294927b08a70a3d402682b32b51a23eb4cfff" + "reference": "a03b738cb75b3ac67c494002b700aa5ed7e38c34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ohdearapp/ohdear-php-sdk/zipball/8d9294927b08a70a3d402682b32b51a23eb4cfff", - "reference": "8d9294927b08a70a3d402682b32b51a23eb4cfff", + "url": "https://api.github.com/repos/ohdearapp/ohdear-php-sdk/zipball/a03b738cb75b3ac67c494002b700aa5ed7e38c34", + "reference": "a03b738cb75b3ac67c494002b700aa5ed7e38c34", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^6.5.8|^7.8.1", - "php": "^8.1" + "php": "^8.1", + "saloonphp/pagination-plugin": "^2.2", + "saloonphp/saloon": "^3.14" }, "require-dev": { - "laravel/pint": "^1.15.1", - "orchestra/testbench": "^8.0|^9.0", - "pestphp/pest": "^2.34.7", - "vlucas/phpdotenv": "^5.6" + "pestphp/pest": "^2.35|^3.8.2", + "phpstan/phpstan": "^2.1", + "vlucas/phpdotenv": "^5.6.2" }, "type": "library", + "extra": { + "branch-alias": { + "dev-monitors": "4.0.x-dev" + } + }, "autoload": { "psr-4": { "OhDear\\PhpSdk\\": "src" @@ -6112,9 +6117,9 @@ ], "support": { "issues": "https://github.com/ohdearapp/ohdear-php-sdk/issues", - "source": "https://github.com/ohdearapp/ohdear-php-sdk/tree/3.10.3" + "source": "https://github.com/ohdearapp/ohdear-php-sdk/tree/4.4.0" }, - "time": "2024-12-18T20:57:38+00:00" + "time": "2025-08-29T13:49:29+00:00" }, { "name": "openspout/openspout", @@ -7805,6 +7810,141 @@ ], "time": "2025-02-25T09:09:36+00:00" }, + { + "name": "saloonphp/pagination-plugin", + "version": "v2.2.0", + "source": { + "type": "git", + "url": "https://github.com/saloonphp/pagination-plugin.git", + "reference": "45d447e832fa6c6f3b58b233bc2c5423bfef0181" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/saloonphp/pagination-plugin/zipball/45d447e832fa6c6f3b58b233bc2c5423bfef0181", + "reference": "45d447e832fa6c6f3b58b233bc2c5423bfef0181", + "shasum": "" + }, + "require": { + "php": "^8.1", + "saloonphp/saloon": "^3.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.5", + "illuminate/collections": "^10.9", + "pestphp/pest": "^2.6", + "phpstan/phpstan": "^1.9", + "spatie/invade": "^2.0", + "spatie/ray": "^1.33" + }, + "suggest": { + "illuminate/collections": "Used to provide LazyCollections via the collect() method on paginators." + }, + "type": "library", + "autoload": { + "psr-4": { + "Saloon\\PaginationPlugin\\": "src/", + "Saloon\\PaginationPlugin\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sam Carré", + "email": "29132017+Sammyjo20@users.noreply.github.com", + "role": "Developer" + } + ], + "description": "Official Pagination Plugin For Saloon v3", + "homepage": "https://github.com/saloonphp/pagination-plugin", + "support": { + "source": "https://github.com/saloonphp/pagination-plugin/tree/v2.2.0" + }, + "time": "2023-12-08T20:04:07+00:00" + }, + { + "name": "saloonphp/saloon", + "version": "v3.14.0", + "source": { + "type": "git", + "url": "https://github.com/saloonphp/saloon.git", + "reference": "b1868db2d7c2eea57592b78797f24e8cddfb86cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/saloonphp/saloon/zipball/b1868db2d7c2eea57592b78797f24e8cddfb86cc", + "reference": "b1868db2d7c2eea57592b78797f24e8cddfb86cc", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^7.6", + "guzzlehttp/promises": "^1.5 || ^2.0", + "guzzlehttp/psr7": "^2.0", + "php": "^8.1", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0" + }, + "conflict": { + "sammyjo20/saloon": "*" + }, + "require-dev": { + "ext-simplexml": "*", + "friendsofphp/php-cs-fixer": "^3.5", + "illuminate/collections": "^9.39 || ^10.0", + "league/flysystem": "^3.0", + "pestphp/pest": "^2.36.0 || ^3.8.2", + "phpstan/phpstan": "^2.1.13", + "saloonphp/xml-wrangler": "^1.1", + "spatie/ray": "^1.33", + "symfony/dom-crawler": "^6.0 || ^7.0", + "symfony/var-dumper": "^6.3 || ^7.0" + }, + "suggest": { + "illuminate/collections": "Required for the response collect() method.", + "saloonphp/xml-wrangler": "Required for the response xmlReader() method.", + "symfony/dom-crawler": "Required for the response dom() method.", + "symfony/var-dumper": "Required for default debugging drivers." + }, + "type": "library", + "autoload": { + "psr-4": { + "Saloon\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sam Carré", + "email": "29132017+Sammyjo20@users.noreply.github.com", + "role": "Developer" + } + ], + "description": "Build beautiful API integrations and SDKs with Saloon", + "homepage": "https://github.com/saloonphp/saloon", + "keywords": [ + "api", + "api-integrations", + "saloon", + "sammyjo20", + "sdk" + ], + "support": { + "issues": "https://github.com/saloonphp/saloon/issues", + "source": "https://github.com/saloonphp/saloon/tree/v3.14.0" + }, + "funding": [ + { + "url": "https://github.com/sammyjo20", + "type": "github" + } + ], + "time": "2025-06-21T11:18:37+00:00" + }, { "name": "sentry/sentry", "version": "4.14.2",