Skip to content

Commit 5559d70

Browse files
Add foxy manager configuration to composer.json. (#317)
1 parent f83a185 commit 5559d70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
"php-forge/foxy": true,
4141
"codeception/c3": true
4242
},
43-
"process-timeout": 1800
43+
"process-timeout": 1800,
44+
"foxy": {
45+
"manager": "npm"
46+
}
4447
},
4548
"scripts": {
4649
"post-install-cmd": [

0 commit comments

Comments
 (0)