Skip to content

Commit

Permalink
Add suuport for Symfony 7 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Nov 3, 2023
1 parent dcb4f0f commit 26ede4b
Show file tree
Hide file tree
Showing 4 changed files with 1,496 additions and 1,104 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"ext-dom": "*",
"ext-bcmath": "*",
"ext-iconv": "*",
"symfony/validator": "^4.4|^5.0|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0",
"symfony/validator": "^4.4|^5.0|^6.0|^7.0.0-BETA2",
"symfony/intl": "^4.4|^5.0|^6.0|^7.0.0-BETA2",
"kmukku/php-iso11649": "^1.5",
"endroid/qr-code": "^4.4.4|^5.0",
"symfony/polyfill-intl-icu": "^1.23"
Expand Down
Loading

0 comments on commit 26ede4b

Please sign in to comment.