From 092bdaf9966fc0ca0fa0288a350fae4025384c68 Mon Sep 17 00:00:00 2001 From: Dumitru Botezatu Date: Thu, 9 Mar 2023 18:59:25 +0200 Subject: [PATCH] min req. version inovector/mixpost 1.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fab7617..63d2b66 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^8.1", "guzzlehttp/guzzle": "^7.2", - "inovector/mixpost": "^1.0", + "inovector/mixpost": "^1.1", "inovector/mixpost-auth": "^1.0", "laravel/framework": "^10.0", "laravel/horizon": "^5.14",