Skip to content

Commit 0934427

Browse files
Merge branch '6.2' into 6.3
* 6.2: minor #49253 [PHPUnit 10] Use `TestCase` suffix for abstract tests in `/Tests/` (OskarStark) [Intl] Generate all emoji short name returned by slack api [Serializer] Fix CsvEncoder decode on empty data [Tests] Migrate data providers to static ones stop using assertObjectHasAttribute()/assertObjectHasNotAttribute() [Cache] Fix Redis proxies [Dotenv] Fix phpdoc Dotenv [Config] Fix phpdoc nullable Replace deprecated/removed way to configure enabled_locales fix typo Fix some typos
2 parents 887b195 + 718d23f commit 0934427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/asset": "^5.4|^6.0",
2929
"symfony/dependency-injection": "^5.4|^6.0",
3030
"symfony/finder": "^5.4|^6.0",
31-
"symfony/form": "^6.3",
31+
"symfony/form": "^6.2.7",
3232
"symfony/html-sanitizer": "^6.1",
3333
"symfony/http-foundation": "^5.4|^6.0",
3434
"symfony/http-kernel": "^6.2",
@@ -57,7 +57,7 @@
5757
"phpdocumentor/reflection-docblock": "<3.2.2",
5858
"phpdocumentor/type-resolver": "<1.4.0",
5959
"symfony/console": "<5.4",
60-
"symfony/form": "<6.3",
60+
"symfony/form": "<6.2.7",
6161
"symfony/http-foundation": "<5.4",
6262
"symfony/http-kernel": "<6.2",
6363
"symfony/mime": "<6.2",

0 commit comments

Comments
 (0)