diff --git a/composer.json b/composer.json index a0b86f0..79020bc 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ ], "require": { "php": "^7.3 || ^8.0", - "web-token/jwt-framework": "2.2.11", - "guzzlehttp/guzzle": "7.9.2", + "web-token/jwt-framework": "2.2.11 as 2.3.0", + "guzzlehttp/guzzle": "7.9.2 as 7.9.3", "paragonie/constant_time_encoding": "^2.7.0", "vlucas/phpdotenv": "^5.6.1" }, diff --git a/composer.lock b/composer.lock index 68ae1a5..d26365e 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": "2bef191d0ef513b213615959fcb991a2", + "content-hash": "35e70dbd77fca8551fdaf29f9d79b765", "packages": [ { "name": "brick/math", @@ -5015,13 +5015,26 @@ "time": "2024-03-03T12:36:25+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "guzzlehttp/guzzle", + "version": "7.9.2.0", + "alias": "7.9.3", + "alias_normalized": "7.9.3.0" + }, + { + "package": "web-token/jwt-framework", + "version": "2.2.11.0", + "alias": "2.3.0", + "alias_normalized": "2.3.0.0" + } + ], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3" + "php": "^7.3 || ^8.0" }, "platform-dev": [], "plugin-api-version": "2.3.0"