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 | */