fix(manifest): use strings for env

This commit is contained in:
Clemens Krack
2020-05-26 01:02:39 +02:00
parent ac4907f0a7
commit 2846a93ab0
+3 -3
View File
@@ -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"
}
}