diff --git a/tools/composer.json b/tools/composer.json index 8331ddcea..c69245c0f 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -1,6 +1,6 @@ { "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "roave/backward-compatibility-check": "^8.3.0" } } diff --git a/tools/composer.lock b/tools/composer.lock index c7eefabe8..4785e2789 100644 --- a/tools/composer.lock +++ b/tools/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": "6a20a14f00f5057c43da6cde2b450caa", + "content-hash": "200895ee3357db178cd687c3f2aa9e7e", "packages": [ { "name": "azjezz/psl", @@ -2774,7 +2774,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": [], "plugin-api-version": "2.6.0"