We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458220c commit 900bc10Copy full SHA for 900bc10
composer.json
@@ -20,12 +20,12 @@
20
"require": {
21
"php": ">=7.4",
22
"spipu/html2pdf": "^5.2",
23
- "symfony/dependency-injection": "^5.4",
24
- "symfony/http-kernel": "^5.4"
+ "symfony/dependency-injection": "^5.4|^6.0",
+ "symfony/http-kernel": "^5.4|^6.0"
25
},
26
"require-dev": {
27
- "symfony/framework-bundle": "^5.4",
28
- "symfony/yaml": "^5.4"
+ "symfony/framework-bundle": "^5.4|^6.0",
+ "symfony/yaml": "^5.4|^6.0"
29
30
"autoload": {
31
"psr-4": { "Noni\\Html2pdfBundle\\": "./" }
0 commit comments