Skip to content

Commit

Permalink
Add support 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 5978c2a
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 124 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
240 changes: 120 additions & 120 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5978c2a

Please sign in to comment.