From a8d200c109c6341ecc201d2e6fa45f9b8d0a3ae2 Mon Sep 17 00:00:00 2001 From: Saifallak Date: Fri, 29 Apr 2022 06:55:54 +0200 Subject: [PATCH] upgrade to laravel 9 --- README.md | 2 +- composer.json | 4 ++-- src/config/myfatoorah.php | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2b2ee55..77d5445 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ At laravel project install package using composer ``` composer require ayman-elmalah/laravel-myfatoorah ``` -The package is compatible with laravel ^6.0|^7.0|^8.0 so you don't need to set providers or aliases for the package, we're using laravel auto discovery +The package is compatible with laravel ^6.0|^7.0|^8.0|^9.0 so you don't need to set providers or aliases for the package, we're using laravel auto discovery ## Configuration To publish config run diff --git a/composer.json b/composer.json index 0dab615..19b902d 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ "ext-curl": "*", "ext-json": "*", "guzzlehttp/guzzle": "^6.0|^7.0", - "illuminate/http": "^6.0|^7.0|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0" + "illuminate/http": "^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": { diff --git a/src/config/myfatoorah.php b/src/config/myfatoorah.php index a8d1590..3c0288c 100644 --- a/src/config/myfatoorah.php +++ b/src/config/myfatoorah.php @@ -4,12 +4,12 @@ /* |-------------------------------------------------------------------------- - | Myfatoorah mode + | MyFatoorah Mode |-------------------------------------------------------------------------- | - | This option controls the mode for myfatoorah service + | This option controls the mode for MyFatoorah service | - | Supported: "session", "token" + | Supported: "test", "live" | */ @@ -17,10 +17,10 @@ /* |-------------------------------------------------------------------------- - | Myfatoorah token + | MyFatoorah Token |-------------------------------------------------------------------------- | - | This option controls the token for myfatoorah service + | This option controls the token for MyFatoorah service | */