mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-18 03:49:32 +00:00
14 lines
256 B
YAML
14 lines
256 B
YAML
when@dev: &dev
|
|
nelmio_alice:
|
|
functions_blacklist:
|
|
- 'current'
|
|
- 'shuffle'
|
|
- 'date'
|
|
- 'time'
|
|
- 'file'
|
|
- 'md5'
|
|
- 'sha1'
|
|
seed: 1234567890
|
|
|
|
when@test: *dev
|