Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit b3436c8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 734930b + 13a0e80 commit b3436c8

File tree

2 files changed

+486
-475
lines changed

2 files changed

+486
-475
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"ext-curl": "*",
2121
"ext-json": "*",
2222
"ext-mbstring": "*",
23-
"symfony/validator": "^6.4|^7.0",
23+
"symfony/validator": "^7.0",
2424
"jms/serializer-bundle": "^5.4",
25-
"symfony/framework-bundle": "^6.4|^7.0"
25+
"symfony/framework-bundle": "^7.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^11.0",
2929
"friendsofphp/php-cs-fixer": "*",
3030
"phpstan/phpstan": "*",
31-
"symfony/browser-kit": "^6.4|^7.0",
32-
"symfony/yaml": "^6.4|^7.0",
31+
"symfony/browser-kit": "^7.0",
32+
"symfony/yaml": "^7.0",
3333
"hoa/regex": "~1.0",
3434
"rector/rector": "^1.2"
3535
},

0 commit comments

Comments
 (0)