File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Route::post('/pay', [
150
150
OR
151
151
152
152
``` php
153
- // Laravel 8
153
+ // Laravel 8 & 9
154
154
Route::post('/pay', [App\Http\Controllers\PaymentController::class, 'redirectToGateway'])->name('pay');
155
155
```
156
156
@@ -171,7 +171,7 @@ Route::get('payment/callback', [
171
171
OR
172
172
173
173
``` php
174
- // Laravel 8
174
+ // Laravel 8 & 9
175
175
Route::get('/payment/callback', [App\Http\Controllers\PaymentController::class, 'handleGatewayCallback']);
176
176
```
177
177
Original file line number Diff line number Diff line change 27
27
],
28
28
"minimum-stability" : " stable" ,
29
29
"require" : {
30
- "php" : " ^7.2|^8.0" ,
31
- "illuminate/support" : " ~6|~7|~8" ,
32
- "guzzlehttp/guzzle" : " ~6|~7|~8"
30
+ "php" : " ^7.2|^8.0|^8.1 " ,
31
+ "illuminate/support" : " ~6|~7|~8|~9 " ,
32
+ "guzzlehttp/guzzle" : " ~6|~7|~8|~9 "
33
33
},
34
34
"require-dev" : {
35
35
"phpunit/phpunit" : " ^8.4|^9.0" ,
You can’t perform that action at this time.
0 commit comments