Fixed PHP 8.4 deprecation notice in Path
class (#20).
Added support for glob (wildcard) paths to exclude files via new value object classes for paths.
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.
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
Add PHPStan for static analysis
Cleaned-up tests
Fixed tests against Composer 1.0–2.3
Fixed tests against PHP 5.3.2–8.1
Fixed configuration of .travis.yml
BC Break: Removed support for autoload.exclude-from-files
Added support for PHP 8.0+
Added support for tests against PHP 8.0
Fixed tests against Composer 2.0
Fixed tests against PHP 5.3.2–7.0
Deprecated support for autoload.exclude-from-files
Added support for Composer v2 (#7)
Added support for PHP 5.3.2–7.0+ (#6)
Added support for tests against Composer 2.0
Added support for tests against PHP 5.3.2–7.0
Moved php-coveralls from composer.json
to .travis.yml
Replaced phpunit/phpunit with symfony/phpunit-bridge
Replaced squizlabs/php_codesniffer with friendsofphp/php-cs-fixer
Fixed Windows path resolution (#2, #3, #4, #5)
You can’t perform that action at this time.