Skip to content

Commit

Permalink
Merge pull request #5 from langleyfoxall/upgrade
Browse files Browse the repository at this point in the history
Upgrade
  • Loading branch information
lfnicklangley authored Aug 23, 2023
2 parents e0f2228 + be00881 commit c6821b6
Show file tree
Hide file tree
Showing 3 changed files with 1,564 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/vendor/
composer.lock
.idea
.idea
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
}
],
"require": {
"divineomega/uxdm": "^2.6.1",
"illuminate/database": "^5.1",
"php": ">=7.0"
"divineomega/uxdm": "^4.0.2",
"illuminate/database": "^5.1|^10.0",
"php": ">=7.0",
"divineomega/uxdm-eloquent": "^3.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c6821b6

Please sign in to comment.