Skip to content

Commit f133ac4

Browse files
authored
Change version constraint to make compatible with older versions of Laravel
1 parent b1b065a commit f133ac4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Automatically convert an Eloquent model's dates to and from the current user's timezone",
44
"type": "library",
55
"require": {
6-
"illuminate/database": "^5.6",
7-
"illuminate/support": "^5.6"
6+
"illuminate/database": "^5.1",
7+
"illuminate/support": "^5.1"
88
},
99
"license": "LGPL-3.0-only",
1010
"authors": [

0 commit comments

Comments
 (0)