-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
So right now we have to keep this project's release/ folder up to date by periodically downloading and unpacking puphpet.zip files. This will eventually be necessary if we want to perform post-unpacking steps on the files we bundle into the release/ folder.
However, it would be possible to write a composer installer that fetched a new puphpet.zip file directly from puphpet.com when composer install was run and unpacked it right then and there into the correct places. That'd be like a "meta" installer and would probably be best suited as its own Packagist package for people to use.