Skip to content

Commit

Permalink
Merge pull request #90 from dmason30/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 9 Support
  • Loading branch information
specialtactics authored Aug 20, 2022
2 parents e3a8f19 + 55fe7c5 commit 017716c
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 @@ -11,8 +11,8 @@
],
"require": {
"php": "^7.2.5|^8.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/filesystem": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
},
Expand Down

0 comments on commit 017716c

Please sign in to comment.