From 2348f06971c477c3a353cf1a2a4a3358064e80af Mon Sep 17 00:00:00 2001 From: Daniel de Vigny Date: Sun, 14 May 2023 14:41:55 +0100 Subject: [PATCH] Update composer to support laravel 10.x --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0bb9ac2..2dff418 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "hachther/laravel-mesomb", "description": "A laravel wrapper on top of Mesomb Payment API", "license": "MIT", + "version": "1.7.1", "authors": [ { "name": "Hachther LLC", @@ -9,9 +10,9 @@ } ], "require": { - "php": "^7.2.5|^8.0", + "php": "^7.2.5|^8.0|^8.1", "illuminate/database": "~5.7|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "~5.7|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "~5.7|^6.0|^7.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {