Skip to content

Commit

Permalink
Add Laravel 9 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 authored Feb 9, 2022
1 parent e3a8f19 commit 55fe7c5
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 55fe7c5

Please sign in to comment.