Skip to content

Commit 15b96b4

Browse files
committed
Fix dependency version error
1 parent dfa12b4 commit 15b96b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=7.1.0",
2121
"illuminate/support": "*",
22-
"maatwebsite/excel": "^3.1.*"
22+
"maatwebsite/excel": "^3.1"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)