Skip to content

Commit

Permalink
upgrade to laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifallak committed Apr 29, 2022
1 parent f08c922 commit a8d200c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions src/config/myfatoorah.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@

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

'mode' => env('MYFATOORAH_MODE', "test"),

/*
|--------------------------------------------------------------------------
| Myfatoorah token
| MyFatoorah Token
|--------------------------------------------------------------------------
|
| This option controls the token for myfatoorah service
| This option controls the token for MyFatoorah service
|
*/

Expand Down

0 comments on commit a8d200c

Please sign in to comment.