diff --git a/composer.json b/composer.json index b6073b8..01b34bc 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "mezzio/mezzio-authentication": "^1.3", "psr/container": "^1.0 || ^2.0", "psr/http-message": "^1.0.1 || ^2.0.0", diff --git a/composer.lock b/composer.lock index a1790b8..ecc00b0 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": "85eeacbf9dc278ad9a542abcb46ca860", + "content-hash": "6f04c88ea2ef3fa2cfc43ffc54f31f69", "packages": [ { "name": "mezzio/mezzio-authentication", @@ -4210,7 +4210,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], "platform-overrides": {