Merge pull request #4938 from bagisto-europe/composer-update

Added support to the composer schema
This commit is contained in:
Glenn Hermans 2021-06-17 20:16:33 +02:00 committed by GitHub
commit 54bf52202f
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"
}
}