Releases: mamuz/PhpDependencyAnalysis
Releases · mamuz/PhpDependencyAnalysis
PhpDependencyAnalysis v2.0.2
PhpDependencyAnalysis v2.0.1
PhpDependencyAnalysis v2.0.0
Added
- Docker support
Changed
- Support only PHP7.3
- Remove phar archive support
- Lookup for config file in current working directory
- @see tag is interpreted wrong
- Symfony 4?
See CHANGELOG for more details.
PhpDependencyAnalysis v1.3.1
PhpDependencyAnalysis v1.3.0
Fixed
- Context of warnings is empty in JSON result
- Using cwd in case of default config usage in order to save outputs in working dir
- Add missing level check to errorhandler to support supressing by @
- Duplicated locations entries in metadata of edges are unique now
- Use sort by name in file iteration for having same inspection results on differents hosts
Changed
- Remove support for PHP5.5
- BC: Exit code for detected violations is 1 instead of 2, 2 is reserved for misconfiguration and other exceptions
Added
- Add support to build phar
- Add a PHAR with selfupdate
- E2E tests with codeception and docker
- Issue template for github
- In order to simplify adding customer plugins: ClassMap configuration for autoloading custom plugins
See CHANGELOG for more details.
PhpDependencyAnalysis v1.2.0
PhpDependencyAnalysis v1.1.1
PhpDependencyAnalysis v1.1.0
PhpDependencyAnalysis v1.0.0
Changed
- Remove support for running on PHP5.3 and PHP5.4 machines
- #10: Not conpatible with nikic/php-parser v2.0.0
- Bump docblockParser to new major
See CHANGELOG for more details.