diff --git a/composer.json b/composer.json index 22b1e4e..19f9b09 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,10 @@ "symfony/flex": true, "symfony/runtime": true }, - "sort-packages": true + "sort-packages": true, + "platform": { + "php": "8.2.28" + } }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 51e0d18..32973f2 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": "d80fbf64aabc9bf47d7cfc5a8bb02163", + "content-hash": "a9b6d7e03aaaf7cdf94102b79b8d581c", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -13289,5 +13289,8 @@ "ext-sockets": "*" }, "platform-dev": {}, + "platform-overrides": { + "php": "8.2.28" + }, "plugin-api-version": "2.6.0" }