Skip to content

Commit 27f2b55

Browse files
Merge pull request #10 from notmd/laravel-8
#9 - Add support for Laravel 8
2 parents 532802d + 48e9663 commit 27f2b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"require": {
2020
"php": "^7.1",
2121
"ignited/laravel-omnipay": "^3.2",
22-
"illuminate/support": "^5.7 || ^6.0 || ^7.0",
22+
"illuminate/support": "^5.7 || ^6.0 || ^7.0 || ^8.0",
2323
"phpviet/omnipay-onepay": "^1.0",
2424
"phpviet/omnipay-vnpay": "^1.0",
2525
"phpviet/omnipay-vtcpay": "^1.0",
2626
"phpviet/omnipay-momo": "^1.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^3.7 || ^4.0 || ^5.0"
29+
"orchestra/testbench": "^3.7 || ^4.0 || ^5.0 || ^6.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)