From 7d8d430966ffc81afda5ca48bc7e1365825098c2 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 15 Aug 2024 04:15:37 +0300 Subject: [PATCH] feat: bump php to 8.2 --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b1a0f54..f524dd5 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "license": "MIT", "require": { - "php": "^8", + "php": "^8.2", "guzzlehttp/guzzle": "^7.4.5", "spatie/data-transfer-object": "^3.9" }, diff --git a/composer.lock b/composer.lock index c288154..d4d3a3e 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": "a78e0048fc3597396acab3a0be5989b4", + "content-hash": "7364c4b7d7bc5996960ea3dafcba82ef", "packages": [ { "name": "guzzlehttp/guzzle", @@ -1453,7 +1453,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8" + "php": "^8.2" }, "platform-dev": [], "plugin-api-version": "2.6.0"