GrumPHP task to scan the TYPO3 extensions for deprecations and code changes based on https://github.com/Tuurlijk/typo3scan.
typo3scan:
extension_paths:
- 'extensions/myext_one'
- 'extensions/myext_two'
types_of_changes: ~
indicators: ~
target_version: ~
extensions:
- Pluswerk\GrumPHPTypo3ScanTask\Loader\ExtensionLoader
extension_paths
Default: []
The paths to the extensions (folder), which should be scanned. You need to give at least one path to scan.
types_of_changes
Default: ['breaking','deprecation','feature','important']
The types of changes, which should be scanned for. Possible values: breaking, deprecation, feature, important
indicators
Default: ['strong','weak']
Which kind of violations should be searched for. Possible values: strong, weak
target_version
Default: null
The TYPO3 version to test. With default value the currently latest TYPO3 version is used. Possible values: 7,8,9,10
For further information about the options see https://github.com/Tuurlijk/typo3scan#usage.