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": {