Skip to content

Commit

Permalink
Update to PHP 8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
eliurkis committed Nov 16, 2022
1 parent 2eeb576 commit 51ee2d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"description": "Fast Excel import/export for Laravel",
"require": {
"php": "7.*",
"illuminate/database": "5.* || 6.* || 7.* || 8.*",
"illuminate/support": "5.* || 6.* || 7.* || 8.*",
"php": "8.*",
"illuminate/database": "5.* || 6.* || 7.* || 8.* || 9.*",
"illuminate/support": "5.* || 6.* || 7.* || 8.* || 9.*",
"smart145/spout": "2.7.9"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions tests/FastExcelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Box\Spout\Writer\Style\Color;
use Box\Spout\Writer\Style\StyleBuilder;
use PHPUnit\Framework\TestCase;
use Smart145\FastExcel\FastExcel;
use Smart145\FastExcel\SheetCollection;

Expand Down
1 change: 1 addition & 0 deletions tests/IssuesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Box\Spout\Common\Type;
use Box\Spout\Reader\ReaderFactory;
use Illuminate\Support\Collection;
use PHPUnit\Framework\TestCase;
use Smart145\FastExcel\FastExcel;
use Smart145\FastExcel\SheetCollection;

Expand Down

0 comments on commit 51ee2d5

Please sign in to comment.