Skip to content

Commit 21825c0

Browse files
Merge pull request #14 from unicodeveloper/laravel-53-compatible
Revert to 5.2.0 on Illuminate support to test
2 parents e5922c0 + bdf1fab commit 21825c0

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,10 +9,10 @@
99
"email": "prosperotemuyiwa@gmail.com"
1010
}
1111
],
12-
"minimum-stability": "dev",
12+
"minimum-stability": "stable",
1313
"require": {
1414
"php": ">=5.6.4",
15-
"illuminate/support": "~5.2.0|~5.3.0",
15+
"illuminate/support": "~5.2.0",
1616
"sinergi/browser-detector": "6.0.*"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)