Added support section for composer

This commit is contained in:
Glenn Hermans 2021-06-17 20:06:45 +02:00 committed by GitHub
parent 41d2eed47f
commit d66f5526c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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"
}
}