mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-22 04:46:23 +03:00
fix(manifest): use strings for env
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
},
|
||||
"env": {
|
||||
"#1": "Replace these env vars with the output of `php vendor/bin/optimus spark -f env`",
|
||||
"OPTIMUS_PRIME": 3,
|
||||
"OPTIMUS_INVERSE": 715827883,
|
||||
"OPTIMUS_RANDOM": 1592469642
|
||||
"OPTIMUS_PRIME": "3",
|
||||
"OPTIMUS_INVERSE": "715827883",
|
||||
"OPTIMUS_RANDOM": "1592469642"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user