Skip to content

Commit

Permalink
Merge pull request #6 from briceflaceliere/feature/update-to-symfony-6
Browse files Browse the repository at this point in the history
Allow symfony 6 dependency in composer.json
  • Loading branch information
horstoeko authored Oct 21, 2022
2 parents 6e5f3aa + c4bddef commit 19af7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"adrienrn/php-mimetyper": "^0.2",
"goetas-webservices/xsd2php-runtime": "^0.2.13",
"ext-simplexml": "*",
"symfony/validator": "^5",
"symfony/validator": "^5|^6",
"smalot/pdfparser": "^0",
"setasign/fpdf": "^1",
"setasign/fpdi": "^2",
"symfony/yaml": "^5",
"symfony/yaml": "^5|^6",
"horstoeko/stringmanagement": "^1"
},
"require-dev": {
Expand Down

0 comments on commit 19af7d0

Please sign in to comment.