Skip to content

Commit

Permalink
Merge pull request #109 from wweaver/remove-illuminate
Browse files Browse the repository at this point in the history
Remove illuminate/support as a dependency
  • Loading branch information
jenssegers committed Nov 10, 2017
2 parents abee6ab + 225bd7d commit df71082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -12,7 +12,6 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^4.0|^5.0",
"mobiledetect/mobiledetectlib": "^2.7.6",
"jaybizzle/crawler-detect": "^1.2"
},
Expand All @@ -38,6 +37,9 @@
}
}
},
"suggests": {
"illuminate/support": "^4.0|^5.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit df71082

Please sign in to comment.