8000 Merge branch '3.1' into 3.2 · symfony/symfony@6bcc2c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bcc2c3

Browse files
Merge branch '3.1' into 3.2
* 3.1: [Serializer] Add missing conflict for property-info<3.1
2 parents 2cf8452 + dd42d72 commit 6bcc2c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Component/Serializer/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
},
3232
"conflict": {
3333
"symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
34+
"symfony/property-info": "<3.1",
3435
"symfony/yaml": "<3.1"
3536
},
3637
"suggest": {

src/Symfony/Component/VarDumper/Tests/CliDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function testThrowingCaster()
289289
%sTemplate.php:%d: {
290290
: try {
291291
: \$this->display(\$context);
292-
: } catch (Exception \$e) {
292+
: } catch (%s \$e) {
293293
}
294294
%sCliDumperTest.php:{$line}: {
295295
: }

0 commit comments

Comments
 (0)
0