Skip to content

Commit

Permalink
added symfony 7.1 to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlizlo committed Aug 9, 2024
1 parent 43787e7 commit 6b0723b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"require": {
"php": "^8.1",
"dompdf/dompdf": "^1.0.0 || ^2.0.0 || ^3.0.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/config": "^6.4 || ^7.0 || ^7.1",
"symfony/dependency-injection": "^6.4 || ^7.0 || ^7.1",
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0 || ^3.0",
"symfony/expression-language": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0"
"symfony/expression-language": "^6.4 || ^7.0 || ^7.1",
"symfony/framework-bundle": "^6.4 || ^7.0 || ^7.1",
"symfony/http-foundation": "^6.4 || ^7.0 || ^7.1",
"symfony/http-kernel": "^6.4 || ^7.0 || ^7.1"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0.1",
"symfony/browser-kit": "^6.4 || ^7.0"
"symfony/browser-kit": "^6.4 || ^7.0 || ^7.1"
},
"suggest": {
"symfony/event-dispatcher": "If you need to modify the PDF rendering"
Expand Down

0 comments on commit 6b0723b

Please sign in to comment.