From e35c365df6e39fa2cb185ef7e11fde14ca34f8e9 Mon Sep 17 00:00:00 2001 From: Uriahs Victor Date: Tue, 21 Mar 2023 14:06:13 -0400 Subject: [PATCH] Update README.md Fix invalid composer.json syntax and upload link to created issues. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cae716a0..291eea52 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ Strauss potentially requires zero configuration, but likely you'll want to custo }, "namespace_replacement_patterns" : { }, - "delete_vendor_packages": false - "delete_vendor_files": false, + "delete_vendor_packages": false, + "delete_vendor_files": false } }, ``` @@ -148,7 +148,7 @@ If you prefer to use Composer's autoloader, add your `target_directory` (default ## Motivation & Comparison to Mozart -I was happy to make PRs to Mozart to fix bugs, but they weren't being reviewed and merged. At the time of writing, somewhere approaching 50% of Mozart's code [was written by me](https://github.com/coenjacobs/mozart/graphs/contributors) with an additional [nine open PRs](https://github.com/coenjacobs/mozart/pulls?q=is%3Apr+author%3ABrianHenryIE+) and the majority of issues' solutions [provided by me](https://github.com/coenjacobs/mozart/issues?q=is%3Aissue+). This fork is a means to merge all outstanding bugfixes I've written and make some more drastic changes I see as a better approach to the problem. +I was happy to make PRs to Mozart to fix bugs, but they weren't being reviewed and merged. At the time of writing, somewhere approaching 50% of Mozart's code [was written by me](https://github.com/coenjacobs/mozart/graphs/contributors) with an additional [nine open PRs](https://github.com/coenjacobs/mozart/pulls?q=is%3Apr+author%3ABrianHenryIE+) and the majority of issues' solutions [provided by me](https://github.com/coenjacobs/mozart/issues/created_by/BrianHenryIE). This fork is a means to merge all outstanding bugfixes I've written and make some more drastic changes I see as a better approach to the problem. Benefits over Mozart: