Skip to content

Commit

Permalink
Merge pull request #48 from samrook/l9_update
Browse files Browse the repository at this point in the history
Laravel 9 Compability
  • Loading branch information
bsormagec authored Feb 21, 2022
2 parents cce3c27 + 3bca9e0 commit 45d6b64
Show file tree
Hide file tree
Showing 2 changed files with 1,626 additions and 189 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.4|^6.0|^7.0|^8.0",
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0"
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0",
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 45d6b64

Please sign in to comment.