Skip to content

Commit 964f191

Browse files
committed
update phpexcel
1 parent e71e39c commit 964f191

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@
1717
"email": "patrick@maatwebsite.nl"
1818
}
1919
],
20+
"repositories": [
21+
{
22+
"type": "github",
23+
"url": "https://github.com/toyi/PHPExcel"
24+
}
25+
],
2026
"require": {
2127
"php": ">=7.2",
22-
"phpoffice/phpexcel": "^1.8.1",
28+
"phpoffice/phpexcel": "1.8.3",
2329
"illuminate/cache": "^5.0|^6.0|^7.0|^8.0",
2430
"illuminate/config": "^5.0|^6.0|^7.0|^8.0",
2531
"illuminate/filesystem": "^5.0|^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)