Skip to content

Commit 2db45d6

Browse files
committed
remove version and adding funding
1 parent 187704c commit 2db45d6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "ddrv/mailer",
3-
"version": "4.1.0",
43
"type": "library",
54
"description": "PHP library for sending email",
65
"keywords": ["email", "mail", "send", "attachments", "smtp", "sendmail"],
@@ -33,5 +32,11 @@
3332
"psr-4": {
3433
"Tests\\Ddrv\\Mailer\\": "tests/"
3534
}
36-
}
35+
},
36+
"funding": [
37+
{
38+
"type": "other",
39+
"url": "https://www.paypal.me/ddrv"
40+
}
41+
]
3742
}

0 commit comments

Comments
 (0)