Skip to content

Releases: donatorsky/vendor-compress

v2.0.1

12 Jan 10:47
Compare
Choose a tag to compare
  • Search for configuration in specified path first, then current working directory.
  • Disallow PHP 7.3 to fail.
  • Update CS rules.

v2.0.0

05 Jan 11:25
Compare
Choose a tag to compare
  • Create dedicated class VendorCompress to handle creating PHAR file.
  • Improve command line options reading.
  • Add Config class to easier create configuration and add file filters.
  • Add more FileFilters.
  • Add FileProcessors.
  • Remove --compression-method option for the sake of dedicated configuration file (replaces old -c argument).
  • Add option for compressing whole PHAR archive.
  • Add path argument and some debugging info.
  • PHP Stan fixes.
  • Add tests.