Closed zonuexe closed 1 year ago
I suppose this fixes #109?
@Ocramius
Yes, I confirmed the operation by the method written in the PR description.
I've temporarily published the forked repository to Packagist, so the command below should also work.
composer create-project zonuexe/mezzio-skeleton-test mezzio
It probably makes sense to add a command like the following to CI to test skeleton project.
git archive HEAD --worktree-attributes -o archive.tar
(mkdir unarchived && cd unarchived && tar xf ../archive.tar && test -f composer.json && yes 1 | composer install)
@zonuexe ack, CI additions would be nice, so feel free to throw them this way, but meanwhile, I'm merging + releasing this, thank you!
Description
closes https://github.com/mezzio/mezzio-skeleton/issues/109 It was unintentionally missing from the distribution files at https://github.com/mezzio/mezzio-skeleton/pull/97.
I have checked that the following script does not generate any errors.
Fixes #109