Skip to content

Commit

Permalink
⬆️ support for laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Feb 9, 2022
2 parents 773d394 + 70f902a commit d6da489
Show file tree
Hide file tree
Showing 6 changed files with 873 additions and 137 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"description": "Generate TypeScript interfaces from Laravel Models",
"type": "library",
"require": {
<<<<<<< HEAD
"php": "^8.0|^8.1",
"illuminate/support": "8.*|9.*"
=======
"php": "^8.0",
"illuminate/support": "8.*",
"vinyvicente/doctrine-point-type": "^2.3"
>>>>>>> 70f902a3a4e8a78d762eb6a6c906030b333deed0
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit d6da489

Please sign in to comment.