We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c07f0 commit 375124eCopy full SHA for 375124e
composer.json
@@ -5,6 +5,7 @@
5
"devinweb",
6
"laravel-youcan-pay"
7
],
8
+ "version": "1.1.0",
9
"homepage": "https://github.com/devinweb/laravel-youcan-pay",
10
"license": "MIT",
11
"type": "library",
@@ -17,8 +18,8 @@
17
18
19
"require": {
20
"php": "^7.4|^8.0",
- "illuminate/support": "^7.0|^8.0|^9.0",
21
- "laravel/framework": "8.*|9.*",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0",
22
+ "laravel/framework": "8.*|9.*|10.*",
23
"youcanpay/payment-sdk": "*",
24
"spatie/laravel-enum": "^2.0|^3.0"
25
},
0 commit comments