From a4e1e3bf5f683e8242030a2adbf093f2f1856e97 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Tue, 27 May 2025 18:59:39 -0400 Subject: [PATCH] Add foxy manager configuration to `composer.json`. --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6bab8391..0e396ee9 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,10 @@ "php-forge/foxy": true, "codeception/c3": true }, - "process-timeout": 1800 + "process-timeout": 1800, + "foxy": { + "manager": "npm" + } }, "scripts": { "post-install-cmd": [