rector/config/config.yaml

15 lines
437 B
YAML
Raw Normal View History

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