Skip to content

Commit 0696415

Browse files
authored
Merge pull request #3 from waadmawlood/11.x
Bump to laravel 11.x
2 parents 1ae2490 + 710ea38 commit 0696415

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"Zain Cash Laravel",
1414
"ZainCash Laravel",
1515
"Laravel Zain Cash",
16-
"Laravel ZainCash"
16+
"Laravel ZainCash",
17+
"ZainCash API",
18+
"API ZainCash"
1719
],
1820
"authors": [
1921
{
@@ -24,8 +26,8 @@
2426
}
2527
],
2628
"require": {
27-
"php": "^8.1",
28-
"laravel/framework": "^10.0"
29+
"php": "^8.2",
30+
"laravel/framework": "^11.0"
2931
},
3032
"autoload": {
3133
"psr-4": {

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This is a Laravel package to integrate ZainCash payment gateway API. For local f
2020
| 8.x | 8.x | 7.3+ \| 8.0+ |
2121
| 9.x | 9.x | 8.0+ |
2222
| 10.x | 10.x | 8.1+ |
23+
| 11.x | 11.x | 8.2+ |
2324

2425

2526

@@ -190,7 +191,7 @@ class PaymentController extends Controller
190191
<br>
191192

192193

193-
####- `Getter` And `Setter` Attributes Table
194+
#### - `Getter` And `Setter` Attributes Table
194195

195196

196197
| Attribute |Important| Type | Getter | Setter | Default |

0 commit comments

Comments
 (0)