Yarik
/
artbox-basic
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
67cb0d765dbe0d9feaa772a94836737cec939301
Authored by
Yarik
2017-03-24 13:09:08 +0200
1 parent
543b9b1c
Composer secure off
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
composer.json
Inline
Side-by-side
composer.json
Wrap text
Show/Hide comments
View file @
67cb0d7
...
...
@@ -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": {
...
...