ramsey / php-library-starter-kit

:building_construction: A tool to quickly set up the base files of a PHP library project.
MIT License
244 stars 25 forks source link

Disable Unicode Encoding and Slash Escaping of composer.json #1

Closed d42ohpaz closed 4 years ago

d42ohpaz commented 4 years ago

Describe the bug

When creating the project, json_encode() encodes unicode characters and escapes slashes.

To Reproduce...

Steps to reproduce the behavior (include code examples, if applicable):

Expected behavior

No unicode (e.g., \u200 encodings. No escaped slashes.

Screenshots or output

N/A

Environment details

Additional context

Thank you!