Skip to content

Commit 86e2242

Browse files
Merge pull request #3 from subhashladumor1/dev
dompdf versioning
2 parents 697b100 + 55a5579 commit 86e2242

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

β€Žcomposer.jsonβ€Ž

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "πŸ’Ό Laravel InvoiceLite β€” Multi-language, multi-country, professional invoice generator with PDF/Image export, templates, taxes & sharing πŸš€",
44
"type": "library",
55
"license": "MIT",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"keywords": [
88
"laravel invoice",
99
"invoice generator",
@@ -58,13 +58,14 @@
5858
}
5959
},
6060
"require": {
61-
"barryvdh/laravel-dompdf": "^2.0",
61+
"barryvdh/laravel-dompdf": "^3.0",
6262
"intervention/image": "^3.0",
6363
"php": "^8.1|^8.2|^8.3",
6464
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
65-
"illuminate/console": "^9.0|^10.0|^11.0|^12.0",
66-
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
65+
"illuminate/http": "^9.0|^10.0|^11.0|^12.0",
6766
"illuminate/cache": "^9.0|^10.0|^11.0|^12.0",
68-
"illuminate/http": "^9.0|^10.0|^11.0|^12.0"
67+
"illuminate/session": "^9.0|^10.0|^11.0|^12.0",
68+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
69+
"illuminate/view": "^9.0|^10.0|^11.0|^12.0"
6970
}
7071
}

0 commit comments

Comments
Β (0)