From 5e1c4d353061f045a955bbfc21c58a1bbb78ad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 24 Apr 2024 10:23:12 +0200 Subject: [PATCH] fix php constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1965c554..504c69a8 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^8.2 || ^8.3", + "php": "~8.2.0 || ~8.3.0", "ext-exif": "*", "ext-gd": "*", "laravel/framework": "^10.43 || ^11.03"