Skip to content

Commit b98ad4d

Browse files
authored
Merge pull request #13 from Cyber-Duck/feature/laravel-7-support
Added laravel 7 to supported versions
2 parents c52bec6 + 8dc4cbe commit b98ad4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": "^7.2.5",
1616
"box/spout": "^3.1",
17-
"illuminate/database": "^6.0.0",
18-
"illuminate/support": "^6.0.0"
17+
"illuminate/database": "^6.0.0|^7.0.0",
18+
"illuminate/support": "^6.0.0|^7.0.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^7.0",
2222
"phpspec/phpspec": "^6.1.1",
23-
"laravel/laravel": "^6.0.0"
23+
"laravel/laravel": "^6.0.0|^7.0.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)