15 lines
264 B
YAML
15 lines
264 B
YAML
hautelook_alice:
|
|
root_dirs:
|
|
|
|
when@dev: &dev
|
|
nelmio_alice:
|
|
functions_blacklist:
|
|
- 'current'
|
|
- 'shuffle'
|
|
- 'date'
|
|
- 'time'
|
|
- 'file'
|
|
- 'md5'
|
|
- 'sha1'
|
|
|
|
when@test: *dev
|