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-07-21 09:55:35 +02:00
|
|
|
|
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
|
2019-04-02 09:24:38 +02:00
|
|
|
file_extensions:
|
|
|
|
- php
|