Skip to content

Commit d92ad18

Browse files
committed
Updates dependencies for Laravel 9
1 parent 7e97262 commit d92ad18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"homepage": "https://github.com/LaravelDaily/laravel-invoices",
14-
"keywords": ["Laravel", "Invoice", "Invoices"],
14+
"keywords": ["Laravel", "Invoice", "Invoices", "PDF"],
1515
"require": {
1616
"php": "^7.3|^8.0",
17-
"barryvdh/laravel-dompdf": "^0.9.0",
18-
"illuminate/http": "^5.5|^6|^7|^8",
19-
"illuminate/support": "^5.5|^6|^7|^8"
17+
"barryvdh/laravel-dompdf": "^1",
18+
"illuminate/http": "^5.5|^6|^7|^8|^9",
19+
"illuminate/support": "^5.5|^6|^7|^8|^9"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)