Skip to content

Commit

Permalink
Support newer Laravel Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marktopper authored Aug 7, 2017
1 parent 085bcc0 commit 86ffad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "larapack/newrelic-service-provider",
"version": "1.0",
"description": "A newrelic service provider to set appname to be equals to the domain name.",
"license": "MIT",
"authors": [
Expand All @@ -11,7 +10,7 @@
],
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*"
"laravel/framework": ">=5.1.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 86ffad9

Please sign in to comment.