3.0.0-alpha.5
Pre-release
Pre-release
Features
- Bump the memory limit to avoid failures with low PHP default values (#180, #182, #183)
- Allow the application to be run only from the CLI (#185)
- Requirement checker optimisations (#195)
- Automatically adjust the ulimit for the compression (#200)
- Add a dump autoload configuration setting to allow to disable it (#201)
Bugfixes
- Force the dependencies to be updated on PHP 7.1 to avoid the PHAR to have incompatible code (#177)
- Fix find all files finder: some files were wrongly excluded (#194)
- Apply the blacklist to the retrieved directories from the composer.json (#196)
- Display the file permission in the octal form in the
compile
command logs (#197) - Allow dumping requirements from the composer.json file (#203)
- Gracefully fail when the autoloader could not be dumped (#202)
- Fix the extension required when the PHAR is compressed (#204)
- Fail gracefully when the extension required for the compression algorithm is not loaded (#205)