Skip to content

Commit cd88921

Browse files
Merge branch '5.0' into 5.1
* 5.0: minor #37121 [Contracts] Add missing "extra.thanks" entries in composer.json (nicolas-grekas) [Process] Fix Permission Denied error when writing sf_proc_00 lock files on Windows fix handling null as empty data No need to create an issue when creating a PR Use ">=" for the "php" requirement [HttpClient] Fix promise behavior in HttplugClient [Console] Fixes question input encoding on Windows
2 parents e2eb7e4 + f0eb09d commit cd88921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"extra": {
2929
"branch-alias": {
3030
"dev-master": "2.1-dev"
31+
},
32+
"thanks": {
33+
"name": "symfony/contracts",
34+
"url": "https://github.com/symfony/contracts"
3135
}
3236
}
3337
}

0 commit comments

Comments
 (0)