rector/config/config.yaml

17 lines
467 B
YAML
Raw Normal View History

2019-02-03 18:46:45 +01:00
imports:
- { resource: '../packages/**/config/config.yaml' }
- { resource: 'services.yaml' }
2019-02-21 15:36:16 +01:00
# only in local repository
- { resource: '../utils/**/config/config.yaml', ignore_errors: true }
2019-02-03 18:46:45 +01:00
parameters:
exclude_paths: []
exclude_rectors: []
autoload_paths: []
2019-09-28 13:30:09 +02:00
auto_import_names: false
2019-02-23 14:03:07 +01:00
php_version_features: ~ # what PHP version should be used for features, local PHP version is used by default
file_extensions:
- php