franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

Generated composer.json escapes slashes #7

Closed franzliedke closed 9 years ago

franzliedke commented 9 years ago

Slashes (e.g. in the package ID and in autoloading paths) need not be escaped.

Apparently, json_encode() supports some flags to do this: investigate JSON_UNESCAPED_SLASHES and also JSON_UNESCAPED_UNICODE.