Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix invalid composer.json syntax and upload link to created issues.
  • Loading branch information
UVLabs authored Mar 21, 2023
1 parent cff6d25 commit e35c365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
```
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit e35c365

Please sign in to comment.