From 6c76310810ebdbdfd004441f42509fd2d6640907 Mon Sep 17 00:00:00 2001 From: "Theodore R. Smith" Date: Tue, 11 Jun 2019 09:35:51 -0500 Subject: [PATCH] [minor] Fixed a typo in the CHANGELOG.md. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a150aaad8..2e6075148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### [1.8.6] 2019-06-11 - * Fixed handling of backslash-escapes handling in compoesr.json when using the require command + * Fixed handling of backslash-escapes handling in composer.json when using the require command * Fixed create-project not following classmap-authoritative and apcu-autoloader config values * Fixed HHVM version warning showing up in some cases when it was not in use