Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
risangbaskoro committed Jan 24, 2023
1 parent dff8289 commit ebc55b7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
{
"name": "kasir/kasir",
"description": "Kasir helps integrating Midtrans in Laravel way.",
"authors" : [
"authors": [
{
"name": "Risang Baskoro",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"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",
Expand Down

0 comments on commit ebc55b7

Please sign in to comment.