Skip to content

Commit 08965e3

Browse files
chore(identify): Update to PHP 7 and illuminate support to 5.5
1 parent 703b40a commit 08965e3

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
@@ -11,8 +11,8 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": ">=5.6.4",
15-
"illuminate/support": "~5.3.0|~5.4.0",
14+
"php": ">=7.0.0",
15+
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0",
1616
"sinergi/browser-detector": "6.1.*"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)