Skip to content

Commit dd67918

Browse files
authored
Merge pull request #64 from mohamedsabil83/master
Add compatibility to Laravel 6
2 parents da6037d + 880a9cd commit dd67918

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
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.4.0",
13-
"illuminate/support": "~5.0",
12+
"php": ">=5.4.0 || ^7.2",
13+
"illuminate/support": "~5.0 || ^6.0",
1414
"simplepie/simplepie": "1.5.*",
1515
"ext-curl": "*"
1616
},

0 commit comments

Comments
 (0)