Skip to content

Commit

Permalink
Allow Symfony v6+
Browse files Browse the repository at this point in the history
  • Loading branch information
94noni authored Dec 30, 2021
1 parent 458220c commit 900bc10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"require": {
"php": ">=7.4",
"spipu/html2pdf": "^5.2",
"symfony/dependency-injection": "^5.4",
"symfony/http-kernel": "^5.4"
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.4",
"symfony/yaml": "^5.4"
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
},
"autoload": {
"psr-4": { "Noni\\Html2pdfBundle\\": "./" }
Expand Down

0 comments on commit 900bc10

Please sign in to comment.