Skip to content

Commit

Permalink
Add Support Laravel 9 (#4)
Browse files Browse the repository at this point in the history
* Add Support Laravel 9
  • Loading branch information
darbaoui committed Dec 12, 2022
1 parent 3c4e7a2 commit f7c07f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0",
"laravel/framework": "8.*",
"illuminate/support": "^7.0|^8.0|^9.0",
"laravel/framework": "8.*|9.*",
"youcanpay/payment-sdk": "*",
"spatie/laravel-enum": "^2.0|^3.0"
},
Expand Down

0 comments on commit f7c07f0

Please sign in to comment.