From a41552103e02a90df2702c28c0b504f0e1600c48 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 8 Dec 2019 20:14:26 +0000 Subject: [PATCH] Reformat file --- netlify.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index bdb0c203..e9c7af0f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,4 +6,6 @@ composer test && \ composer run production """ publish = "output_prod" -environment = { PHP_VERSION = "7.2" } + +[build.environment] +PHP_VERSION = "7.2"