Skip to content

Commit 900bc10

Browse files
authored
Allow Symfony v6+
1 parent 458220c commit 900bc10

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
@@ -20,12 +20,12 @@
2020
"require": {
2121
"php": ">=7.4",
2222
"spipu/html2pdf": "^5.2",
23-
"symfony/dependency-injection": "^5.4",
24-
"symfony/http-kernel": "^5.4"
23+
"symfony/dependency-injection": "^5.4|^6.0",
24+
"symfony/http-kernel": "^5.4|^6.0"
2525
},
2626
"require-dev": {
27-
"symfony/framework-bundle": "^5.4",
28-
"symfony/yaml": "^5.4"
27+
"symfony/framework-bundle": "^5.4|^6.0",
28+
"symfony/yaml": "^5.4|^6.0"
2929
},
3030
"autoload": {
3131
"psr-4": { "Noni\\Html2pdfBundle\\": "./" }

0 commit comments

Comments
 (0)