Skip to content

Commit b0a8f66

Browse files
author
Alex Mills
committed
drop back dependencies to support Laravel 5.5+
1 parent a508e60 commit b0a8f66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"type": "library",
55
"require": {
66
"modularsoftware/php-gedcom": "^1.0",
7-
"illuminate/support": "^7.13",
8-
"symfony/var-dumper": "^5.0",
9-
"illuminate/database": "^7.13"
7+
"illuminate/support": "^5.5",
8+
"illuminate/database": "^5.5"
109
},
1110
"license": "MIT",
1211
"authors": [

0 commit comments

Comments
 (0)