Skip to content

Commit a460ac5

Browse files
Bump dependencies for Laravel 12 (#364)
1 parent 83604f2 commit a460ac5

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
@@ -11,11 +11,11 @@
1111
"description": "Fast Excel import/export for Laravel",
1212
"require": {
1313
"php": "^8.0",
14-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
14+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
1515
"openspout/openspout": "^4.24"
1616
},
1717
"require-dev": {
18-
"illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0 || ^10.0 || ^11.0",
18+
"illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
1919
"phpunit/phpunit": "^9.5 || ^10.1",
2020
"squizlabs/php_codesniffer": "3.*"
2121
},

0 commit comments

Comments
 (0)