Skip to content

Releases: mcaskill/composer-plugin-exclude-files

v4.0.0

19 May 18:21
v4.0.0
d053829
Compare
Choose a tag to compare
  • Added support for glob (wildcard) paths to exclude files via new value object classes for paths (resolves #16).
  • Updated tests to support meta-packages and immutable packages.
  • Refactored tests to decouple set-up and tear-down, sort methods by visibility and alphabetically, and improve static analysis.

v3.0.1

24 May 17:31
f7dd8db
Compare
Choose a tag to compare

v3.0.0

12 Sep 13:59
09967da
Compare
Choose a tag to compare
  • BC Break: Minimum supported Composer plugin API version is now 2.3.0
    (see release for Composer 2.3.0)
  • BC Break: Minimum supported PHP version is now 7.2.5
  • BC Break: Added native parameter & return types
  • Improved logic of plugin
  • Added PHPStan for static analysis
  • Cleaned-up tests

v2.1.0

01 Apr 04:36
Compare
Choose a tag to compare
  • Fixed tests against Composer 1.0–2.3
  • Fixed tests against PHP 5.3.2–8.1
  • Fixed configuration of .travis.yml

v2.0.0

25 Sep 22:12
Compare
Choose a tag to compare
  • Remove support for autoload.exclude-from-files; use the property from extra instead.
  • Add support for PHP 8.0+
  • Improve testing against Composer 2.0
  • Improve testing against PHP 5.3–8.0

v1.3.0

25 Sep 22:08
Compare
Choose a tag to compare
  • Deprecate support for autoload.exclude-from-files; use the property from extra instead.

v1.2.0

10 May 20:37
Compare
Choose a tag to compare
  • Add support for Composer v2 [#7]
  • Update PHP version support to include PHP 5.3+ (following Composer's support) [#6]
  • Move php-coveralls from composer.json to .travis.yml
  • Replace phpunit/phpunit with symfony/phpunit-bridge
  • Add platform definition to composer.json to fake PHP 5.3.9 and ignore platform checks
  • Replace squizlabs/php_codesniffer with friendsofphp/php-cs-fixer

v1.1.0

18 Dec 19:12
Compare
Choose a tag to compare

Fixed

  • Windows path resolution [#2, #3, #4, #5]

v1.0.0

18 Dec 19:11
Compare
Choose a tag to compare

Initial Release