Skip to content

Commit 375124e

Browse files
authored
#6 Add compatibility with laravel 10 (#7)
1 parent f7c07f0 commit 375124e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"devinweb",
66
"laravel-youcan-pay"
77
],
8+
"version": "1.1.0",
89
"homepage": "https://github.com/devinweb/laravel-youcan-pay",
910
"license": "MIT",
1011
"type": "library",
@@ -17,8 +18,8 @@
1718
],
1819
"require": {
1920
"php": "^7.4|^8.0",
20-
"illuminate/support": "^7.0|^8.0|^9.0",
21-
"laravel/framework": "8.*|9.*",
21+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
22+
"laravel/framework": "8.*|9.*|10.*",
2223
"youcanpay/payment-sdk": "*",
2324
"spatie/laravel-enum": "^2.0|^3.0"
2425
},

0 commit comments

Comments
 (0)