From 1a3a73ab1a2f52ef04c0a5aef45a99ab2cbc6bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 4 Nov 2024 16:51:37 +0000 Subject: [PATCH] fix cs and the lock file --- composer.lock | 4 ++-- src/Fields/Option.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index c282ff99..12f24573 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": "da91fb0bef25c5b3c187256c0e885f34", + "content-hash": "9523592ba914c851d17302eed7d58909", "packages": [ { "name": "brick/math", @@ -7760,7 +7760,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "~8.2.0 || ~8.3.0", + "php": "~8.3.0", "ext-exif": "*", "ext-gd": "*" }, diff --git a/src/Fields/Option.php b/src/Fields/Option.php index e4fa1637..a7d89241 100644 --- a/src/Fields/Option.php +++ b/src/Fields/Option.php @@ -4,11 +4,12 @@ use Cone\Root\Traits\HasAttributes; use Cone\Root\Traits\Makeable; -use function Illuminate\Support\enum_value; use Illuminate\Contracts\Support\Arrayable; use Illuminate\Support\Traits\Conditionable; use JsonSerializable; +use function Illuminate\Support\enum_value; + class Option implements Arrayable, JsonSerializable { use Conditionable;