From 8fe07e252eae6bcd8532941bb1f9fc22081ca5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:54:36 +0000 Subject: [PATCH] Update dreamfactory/df-oauth requirement from ~0.16 to ~0.17 Updates the requirements on [dreamfactory/df-oauth](https://github.com/dreamfactorysoftware/df-oauth) to permit the latest version. - [Release notes](https://github.com/dreamfactorysoftware/df-oauth/releases) - [Changelog](https://github.com/dreamfactorysoftware/df-oauth/blob/master/CHANGELOG.md) - [Commits](https://github.com/dreamfactorysoftware/df-oauth/compare/0.16.0...0.17.0) --- updated-dependencies: - dependency-name: dreamfactory/df-oauth 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 d5649fc..bbfe3e5 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "dreamfactory/df-oauth": "~0.16", + "dreamfactory/df-oauth": "~0.17", "phpseclib/phpseclib": "3.0.*" }, "autoload": {