Skip to content

Commit

Permalink
Add support for Laravel 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega authored Jun 29, 2020
1 parent 5772d48 commit 1390ed7
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 @@ -17,8 +17,8 @@
},
"require": {
"divineomega/uxdm": "^3.0.0",
"illuminate/support": "^5.1",
"illuminate/database": "^5.1"
"illuminate/support": "^5.1||^6.0||^7.0",
"illuminate/database": "^5.1||^6.0||^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1390ed7

Please sign in to comment.