Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 2, 2023
1 parent ae87162 commit e0a499c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
"description": "Fast Excel import/export for Laravel",
"require": {
"php": "^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0",
"openspout/openspout": "^4.1.1"
},
"require-dev": {
"illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0",
"illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0|^10.0",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "3.*"

},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e0a499c

Please sign in to comment.