Skip to content

Commit c9f6b14

Browse files
authored
Merge pull request #144 from AlexKratky/main
Fix Laravel 10 dependency
2 parents f68bd69 + ead4f8b commit c9f6b14

File tree

2 files changed

+1312
-955
lines changed

2 files changed

+1312
-955
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"ext-fileinfo": "*",
3232
"ext-mbstring": "*",
3333
"ext-openssl": "*",
34-
"illuminate/support": "^9 || ^11",
34+
"illuminate/support": "^9 || ^10 || ^11",
3535
"illuminate/encryption": "^9 || ^10 || ^11",
3636
"illuminate/http": "^9 || ^10 || ^11",
3737
"tecnickcom/tc-lib-pdf": "^8",
38-
"tecnickcom/tcpdf": "^6.4 || ^6.6",
38+
"tecnickcom/tcpdf": "^6.7.4",
3939
"setasign/fpdi": "^2.3",
4040
"symfony/process": "^6 || ^7",
4141
"intervention/image": "^2.7"

0 commit comments

Comments
 (0)