Commit 67cb0d765dbe0d9feaa772a94836737cec939301
1 parent
543b9b1c
Composer secure off
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
composer.json
@@ -37,7 +37,8 @@ | @@ -37,7 +37,8 @@ | ||
37 | "codeception/verify": "~0.3.1" | 37 | "codeception/verify": "~0.3.1" |
38 | }, | 38 | }, |
39 | "config": { | 39 | "config": { |
40 | - "process-timeout": 1800 | 40 | + "process-timeout": 1800, |
41 | + "secure-http": false | ||
41 | }, | 42 | }, |
42 | "extra": { | 43 | "extra": { |
43 | "asset-installer-paths": { | 44 | "asset-installer-paths": { |