Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
Add support for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nikazooz committed Mar 19, 2021
1 parent 75993e8 commit 637e70d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"ext-json": "*",
"php": "^7.1",
"box/spout": "^2.7",
"illuminate/support": "^5.5|^6.0|^7.0"
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^5.0",
"orchestra/database": "^5.0"
"phpunit/phpunit": "~6.0|^8.0|^9.0",
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
"orchestra/database": "^3.5|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 637e70d

Please sign in to comment.