Skip to content

Commit 19c956b

Browse files
authored
Merge pull request #51 from kmorva/master
Supporting Laravel 5.4
2 parents 322abf9 + 84e2282 commit 19c956b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": ">=7.0.0",
18-
"illuminate/support": "5.1.* || 5.3.*",
19-
"illuminate/routing": "5.1.* || 5.3.*"
18+
"illuminate/support": "5.1.* || 5.3.* || 5.4.*",
19+
"illuminate/routing": "5.1.* || 5.3.* || 5.4.*"
2020
}
2121
}

0 commit comments

Comments
 (0)