Skip to content

Commit

Permalink
Update to Symfony 7.0.0-RC-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Nov 23, 2023
1 parent 83abba1 commit fbb9045
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^8.0.0|^8.1.0|^8.2.0|^8.3.0",
"php": "~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"ext-dom": "*",
"ext-bcmath": "*",
"ext-iconv": "*",
"symfony/validator": "^4.4|^5.0|^6.0|^7.0.0-BETA2",
"symfony/intl": "^4.4|^5.0|^6.0|^7.0.0-BETA2",
"symfony/validator": "^4.4|^5.0|^6.0|^7.0.0-RC1",
"symfony/intl": "^4.4|^5.0|^6.0|^7.0.0-RC1",
"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 fbb9045

Please sign in to comment.