Skip to content

Commit 3ca7fd1

Browse files
committed
Update php version maatwebsite/excel
1 parent 0c57a01 commit 3ca7fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1",
22-
"maatwebsite/excel": "^3.1",
21+
"php": "~8.1|~8.2",
22+
"maatwebsite/excel": "~3.1.56",
2323
"spatie/laravel-package-tools": "^1.15.0"
2424
},
2525
"require-dev": {
2626
"inertiajs/inertia-laravel": "^0.6.11",
2727
"laravel/pint": "^1.10",
2828
"orchestra/testbench": "^8.0",
29-
"roave/security-advisories": "dev-latest",
29+
"roave/security-advisories": "*",
3030
"vimeo/psalm": "^5.0"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)