Added support section for composer
This commit is contained in:
parent
41d2eed47f
commit
d66f5526c6
|
|
@ -153,5 +153,11 @@
|
|||
"optimize-autoloader": true
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
"prefer-stable": true,
|
||||
"support": {
|
||||
"issues": "https://github.com/bagisto/bagisto/issues",
|
||||
"forum": "https://forums.bagisto.com",
|
||||
"source": "https://github.com/bagisto/bagisto",
|
||||
"docs": "https://devdocs.bagisto.com"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue