This directory contains files necessary for building Phar file
Modules excluded from phar file:
- datafactory
- doctrine
- laravel
- lumen
- phalcon
- symfony
- yii2
- zendexpressive / mezzio
- zf2 / laminas
Additional dependency compared with codeception/codecepion:
- hoa/console
- Install dependencies by running
composer installin parent directory. - Disable phar.readonly in your php.ini file, it must be
phar.readonly = Off - Build Codeception 5.3 phar file
- Run
./vendor/bin/robo build:phar82 - Run
./vendor/bin/robo release82
- Run
- Commit added files and push