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:
2018-06-08 14:17:02 +03:00
parent 44fc7f29a2
commit 00b215a5d5

View File

@@ -5,6 +5,9 @@
"homepage": "https://github.com/ivuorinen/bbcodeparser", "homepage": "https://github.com/ivuorinen/bbcodeparser",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
"support": {
"issues": "https://github.com/ivuorinen/bbcodeparser/issues"
},
"authors": [ "authors": [
{ {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",
@@ -37,6 +40,9 @@
] ]
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"replace": {
"golonka/bbcodeparser": "*"
},
"extra": { "extra": {
"laravel": { "laravel": {
"providers": [ "providers": [