Skip to content

Commit

Permalink
Add required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Apr 23, 2019
1 parent 73606d5 commit 94a6050
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"php-coveralls/php-coveralls": "^2.0"
},
"require": {
"dompdf/dompdf": "^0.8.3",
"divineomega/uxdm": "dev-feature/php-7.1-minimum"
"divineomega/uxdm": "dev-feature/php-7.1-minimum",
"illuminate/support": "^5.1",
"illuminate/database": "^5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 94a6050

Please sign in to comment.