Skip to content

Commit 87a2a4a

Browse files
Merge branch '5.1' into 5.x
* 5.1: fix merge fix merge Remove branch-version (keep them for contracts only) [HttpClient] relax auth bearer format requirements [PHPUnitBridge] Silence errors from mkdir() [DependencyInjection] Preload classes with union types correctly. [Serializer] fix decoding float XML attributes starting with 0 add missing dutch translations [TwigBridge] Remove "transchoice" from the code base Support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait Add expectDeprecation, expectNotice, expectWarning, and expectError to TestCase polyfill [String] fix before/after[Last]() returning the empty string instead of the original one on non-match Add missing exporter function for PHPUnit 7 [Validator] Add missing romanian translations [String] fix slicing in UnicodeString [Cache] Use correct expiry in ChainAdapter do not translate null placeholders or titles
2 parents 16beafc + c6a0290 commit 87a2a4a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@
2727
"/Tests/"
2828
]
2929
},
30-
"minimum-stability": "dev",
31-
"extra": {
32-
"branch-version": "5.2"
33-
}
30+
"minimum-stability": "dev"
3431
}

0 commit comments

Comments
 (0)