Commit 67cb0d765dbe0d9feaa772a94836737cec939301

Authored by Yarik
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 37 "codeception/verify": "~0.3.1"
38 38 },
39 39 "config": {
40   - "process-timeout": 1800
  40 + "process-timeout": 1800,
  41 + "secure-http": false
41 42 },
42 43 "extra": {
43 44 "asset-installer-paths": {
... ...