Closed norberttech closed 1 month ago
This should also significantly reduce phar size, since before it was loading literally all dependencies, now it only load dependencies of src/cli package.
Results of the benchmarks from this PR are compared with the results from 1.x branch.
Change Log
Added
Fixed
Changed
Removed
Deprecated
Security
Description
This should also significantly reduce phar size, since before it was loading literally all dependencies, now it only load dependencies of src/cli package.