Skip to content

Commit b439695

Browse files
Merge branch '4.3' into 4.4
* 4.3: Fix tests [Console] Fix commands description with numeric namespaces [HttpFoundation] Fixed typo [EventDispatcher] Better error reporting when arguments to dispatch() are swapped [Serializer] CsvEncoder::NO_HEADERS_KEY ignored when used in constructor [Form] Keep preferred_choices order for choice groups [Debug] work around failing chdir() on Darwin [PhpUnitBridge] Read configuration CLI directive [DI] Missing test on YamlFileLoader Revert "minor #34608 [Process] add tests for php executable finder if file does not exist (ahmedash95)" Simpler example for Apache basic auth workaround [Console] Fix trying to access array offset on value of type int [Config] Remove extra sprintf arg [VarDumper] notice on potential undefined index [HttpClient] turn exception into log when the request has no content-type [Process] add tests for php executable finder if file does not exist [Cache] Make sure we get the correct number of values from redis::mget() [TwigBridge] Add row_attr to all form themes [Serializer] Fix MetadataAwareNameConverter usage with string group
2 parents 6732258 + 39fa21a commit b439695

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
@@ -39,7 +39,7 @@
3939
"symfony/dom-crawler": "^4.3|^5.0",
4040
"symfony/dotenv": "^4.3.6|^5.0",
4141
"symfony/polyfill-intl-icu": "~1.0",
42-
"symfony/form": "^4.3.4|^5.0",
42+
"symfony/form": "^4.3.5|^5.0",
4343
"symfony/expression-language": "^3.4|^4.0|^5.0",
4444
"symfony/http-client": "^4.4|^5.0",
4545
"symfony/lock": "^4.4|^5.0",
@@ -72,7 +72,7 @@
7272
"symfony/dotenv": "<4.3.6",
7373
"symfony/dom-crawler": "<4.3",
7474
"symfony/http-client": "<4.4",
75-
"symfony/form": "<4.3",
75+
"symfony/form": "<4.3.5",
7676
"symfony/lock": "<4.4",
7777
"symfony/mailer": "<4.4",
7878
"symfony/messenger": "<4.4",

0 commit comments

Comments
 (0)