Skip to content

Commit 7d9f218

Browse files
authored
Update composer.json
1 parent b8f5d15 commit 7d9f218

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

composer.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"require": {
77
"php": ">=5.4.0",
88
"box/spout": "^2.4",
9-
"illuminate/database": "4.*|5.1.*",
10-
"illuminate/support": "4.*|5.1.*"
9+
"illuminate/database": "4.*|5.*",
10+
"illuminate/support": "4.*|5.*"
1111
},
1212
"license": "MIT",
1313
"authors": [
@@ -21,13 +21,5 @@
2121
"psr-4": {
2222
"Cyberduck\\LaravelExcel\\": "src"
2323
}
24-
},
25-
"extra": {
26-
"component": "package",
27-
"frameworks": ["Laravel 4", "Laravel 5"],
28-
"versions": {
29-
"1": "1.0/master"
30-
}
31-
},
32-
"minimum-stability": "dev"
24+
}
3325
}

0 commit comments

Comments
 (0)