From 915c0ea175a688982a2ba82ba0315021d2dafaae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:04:58 +0000 Subject: [PATCH] Update j0k3r/php-imgur-api-client requirement from ^3.0.5 to ^4.0.1 Updates the requirements on [j0k3r/php-imgur-api-client](https://github.com/j0k3r/php-imgur-api-client) to permit the latest version. - [Release notes](https://github.com/j0k3r/php-imgur-api-client/releases) - [Commits](https://github.com/j0k3r/php-imgur-api-client/compare/3.0.5...4.0.1) --- updated-dependencies: - dependency-name: j0k3r/php-imgur-api-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2fc553c..1dbf06d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": "^7.1.3 || ^8.0.0", "composer/installers": "^1.6.0", - "j0k3r/php-imgur-api-client": "^3.0.5" + "j0k3r/php-imgur-api-client": "^4.0.1" }, "require-dev": { "phing/phing": "^2.16.0",