Skip to content

Commit

Permalink
Merge pull request #91 from patoui/master
Browse files Browse the repository at this point in the history
feat: add support for Laravel 10
  • Loading branch information
specialtactics authored Apr 4, 2023
2 parents 017716c + 3177437 commit 49588cd
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|^9.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
},
Expand Down

0 comments on commit 49588cd

Please sign in to comment.