phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
181 stars 21 forks source link

fix: resolve issues with scoped classes in PHAR #88

Closed weierophinney closed 4 years ago

weierophinney commented 4 years ago

This patch makes several changes to PHAR creation to resolve the following issues:

In my local testing, all operations that previously did not work under the PHAR now work.

Fixes #81 Fixes #82

rieschl commented 4 years ago

I can also confirm; it works now locally with the PHAR from 2.9.x. Thanks!