Skip to content

Commit

Permalink
Merge pull request #3 from waadmawlood/11.x
Browse files Browse the repository at this point in the history
Bump to laravel 11.x
  • Loading branch information
waadmawlood authored Apr 4, 2024
2 parents 1ae2490 + 710ea38 commit 0696415
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"Zain Cash Laravel",
"ZainCash Laravel",
"Laravel Zain Cash",
"Laravel ZainCash"
"Laravel ZainCash",
"ZainCash API",
"API ZainCash"
],
"authors": [
{
Expand All @@ -24,8 +26,8 @@
}
],
"require": {
"php": "^8.1",
"laravel/framework": "^10.0"
"php": "^8.2",
"laravel/framework": "^11.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is a Laravel package to integrate ZainCash payment gateway API. For local f
| 8.x | 8.x | 7.3+ \| 8.0+ |
| 9.x | 9.x | 8.0+ |
| 10.x | 10.x | 8.1+ |
| 11.x | 11.x | 8.2+ |



Expand Down Expand Up @@ -190,7 +191,7 @@ class PaymentController extends Controller
<br>


####- `Getter` And `Setter` Attributes Table
#### - `Getter` And `Setter` Attributes Table


| Attribute |Important| Type | Getter | Setter | Default |
Expand Down

0 comments on commit 0696415

Please sign in to comment.