Skip to content

Commit f7c07f0

Browse files
authored
Add Support Laravel 9 (#4)
* Add Support Laravel 9
1 parent 3c4e7a2 commit f7c07f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.4|^8.0",
20-
"illuminate/support": "^7.0|^8.0",
21-
"laravel/framework": "8.*",
20+
"illuminate/support": "^7.0|^8.0|^9.0",
21+
"laravel/framework": "8.*|9.*",
2222
"youcanpay/payment-sdk": "*",
2323
"spatie/laravel-enum": "^2.0|^3.0"
2424
},

0 commit comments

Comments
 (0)