Skip to content

Commit

Permalink
Added support for Laravel 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
leopado committed Mar 21, 2023
1 parent bc655a7 commit 02481df
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 700 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" : ">=7.1",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/session": "^5.0|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/session": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down
Loading

0 comments on commit 02481df

Please sign in to comment.