Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoTod authored Sep 25, 2016
1 parent b8f5d15 commit 7d9f218
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=5.4.0",
"box/spout": "^2.4",
"illuminate/database": "4.*|5.1.*",
"illuminate/support": "4.*|5.1.*"
"illuminate/database": "4.*|5.*",
"illuminate/support": "4.*|5.*"
},
"license": "MIT",
"authors": [
Expand All @@ -21,13 +21,5 @@
"psr-4": {
"Cyberduck\\LaravelExcel\\": "src"
}
},
"extra": {
"component": "package",
"frameworks": ["Laravel 4", "Laravel 5"],
"versions": {
"1": "1.0/master"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 7d9f218

Please sign in to comment.