1. composer install should work without DB credentials 2. composer create-project should not warm any caches (as those would wind up in the created ZIP) 3. something like: `composer create-project phplist/base-distribution phplist 4.0.x-dev --prefer-dist --no-dev --stability=dev` 4. automatically create a TGZ with the version number in the file name
composer create-project phplist/base-distribution phplist 4.0.x-dev --prefer-dist --no-dev --stability=dev