mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-01-26 03:13:57 +00:00
composer.json: Replace golonka/bbcodeparser, added support url
https://getcomposer.org/doc/04-schema.md#replace https://getcomposer.org/doc/04-schema.md#support
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
"homepage": "https://github.com/ivuorinen/bbcodeparser",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"support": {
|
||||
"issues": "https://github.com/ivuorinen/bbcodeparser/issues"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ismo Vuorinen",
|
||||
@@ -37,6 +40,9 @@
|
||||
]
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"replace": {
|
||||
"golonka/bbcodeparser": "*"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
|
||||
Reference in New Issue
Block a user