Skip to content

Commit c6a0290

Browse files
Merge branch '4.4' into 5.1
* 4.4: 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 Support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait Add expectDeprecation, expectNotice, expectWarning, and expectError to TestCase polyfill Add missing exporter function for PHPUnit 7 [Validator] Add missing romanian translations [Cache] Use correct expiry in ChainAdapter do not translate null placeholders or titles
2 parents 7c2e646 + 157a252 commit c6a0290

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
@@ -26,8 +26,5 @@
2626
"/Tests/"
2727
]
2828
},
29-
"minimum-stability": "dev",
30-
"extra": {
31-
"branch-version": "5.1"
32-
}
29+
"minimum-stability": "dev"
3330
}

0 commit comments

Comments
 (0)