Skip to content

Commit 5b6c90f

Browse files
authored
Merge pull request #248 from ModestasV/laravel12
Laravel 12 support
2 parents d9fa7ec + 3090e43 commit 5b6c90f

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
@@ -14,9 +14,9 @@
1414
"keywords": ["Laravel", "Invoice", "Invoices", "PDF"],
1515
"require": {
1616
"php": ">=8.2",
17-
"barryvdh/laravel-dompdf": "^v2.0",
18-
"illuminate/http": "^10|^11",
19-
"illuminate/support": "^10|^11",
17+
"barryvdh/laravel-dompdf": "^v3.1.1",
18+
"illuminate/http": "^10|^11|^12",
19+
"illuminate/support": "^10|^11|^12",
2020
"symfony/http-foundation": "^6|^7"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)