mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-01-26 11:23:58 +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",
|
"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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user