Skip to content

Commit e929091

Browse files
authored
laravel 10 support
1 parent 618e2f4 commit e929091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"description": "Fast Excel import/export for Laravel",
2121
"require": {
2222
"php": "^8.0",
23-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
23+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
2424
"openspout/openspout": "^4"
2525
},
2626
"require-dev": {
27-
"illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0",
27+
"illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0 || ^10.0",
2828
"phpunit/phpunit": "^9.5",
2929
"squizlabs/php_codesniffer": "3.*"
3030

0 commit comments

Comments
 (0)