Skip to content

Commit

Permalink
Merge pull request #16 from lloricode/patch-2
Browse files Browse the repository at this point in the history
Add support for laravel 9
  • Loading branch information
andriichuk authored Feb 9, 2022
2 parents bcc75c2 + 29a275d commit 33ed829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"illuminate/contracts": "^7.2|^8.0",
"illuminate/support": "^7.2|^8.0",
"illuminate/config": "^7.2|^8.0",
"illuminate/contracts": "^7.2|^8.0|^9.0",
"illuminate/support": "^7.2|^8.0|^9.0",
"illuminate/config": "^7.2|^8.0|^9.0",
"moneyphp/money": "^4.0",
"illuminate/database": "^7.2|^8.0"
"illuminate/database": "^7.2|^8.0|^9.0"
},
"require-dev": {
"ext-bcmath": "*",
Expand Down

0 comments on commit 33ed829

Please sign in to comment.