Skip to content

Commit 90f586a

Browse files
authored
Merge pull request #2 from tpawelecpl/patch-1
Add support for Laravel 5.6-5.8 and require PHP >= 7.1
2 parents b65559b + 1489a5b commit 90f586a

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
@@ -4,8 +4,8 @@
44
"keywords": ["laravel", "javascript", "language", "translations", "routes"],
55
"type": "library",
66
"require": {
7-
"php": ">=5.5.9",
8-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
7+
"php": ">=7.1",
8+
"illuminate/support": "^5.1"
99
},
1010
"license": "MIT",
1111
"autoload": {

0 commit comments

Comments
 (0)