diff --git a/composer.json b/composer.json index dede6a8..1e2c71f 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,24 @@ { "name": "kasir/kasir", "description": "Kasir helps integrating Midtrans in Laravel way.", - "authors" : [ + "authors": [ { "name": "Risang Baskoro", "email": "risangbaskoro@gmail.com" } ], + "support": { + "email": "risangbaskoro@gmail.com", + "issues": "https://github.com/kasirphp/kasir/issues", + "forum": "https://github.com/kasirphp/kasir/discussions", + "wiki": "https://github.com/kasirphp/kasir/wiki" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/risangbaskoro" + } + ], "license": "MIT", "require": { "php": "^8.0.2|^8.1",