mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-13 20:36:23 +01:00
17 lines
467 B
YAML
17 lines
467 B
YAML
imports:
|
|
- { resource: '../packages/**/config/config.yaml' }
|
|
- { resource: 'services.yaml' }
|
|
# only in local repository
|
|
- { resource: '../utils/**/config/config.yaml', ignore_errors: true }
|
|
|
|
parameters:
|
|
exclude_paths: []
|
|
exclude_rectors: []
|
|
autoload_paths: []
|
|
|
|
auto_import_names: false
|
|
|
|
php_version_features: ~ # what PHP version should be used for features, local PHP version is used by default
|
|
file_extensions:
|
|
- php
|