Releases: mcaskill/composer-plugin-exclude-files
Releases · mcaskill/composer-plugin-exclude-files
v4.0.1
03 Dec 21:11
Compare
Sorry, something went wrong.
No results found
Fixed PHP 8.4 deprecation notice in Path class (#20 ).
v4.0.0
19 May 18:21
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v3.0.0
12 Sep 13:59
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Deprecate support for autoload.exclude-from-files; use the property from extra instead.
v1.2.0
10 May 20:37
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Windows path resolution [#2 , #3 , #4 , #5 ]
v1.0.0
18 Dec 19:11
Compare
Sorry, something went wrong.
No results found