blob: 98e8628aad7d0919b075a40191f9e9bbbd94ef6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "joeacnet/http",
"require": {
"phpmailer/phpmailer": "^7.1"
},
"autoload": {
"psr-4": {
"JoeacNet\\Http\\": "php/"
}
},
"authors": [
{
"name": "Joe Carstairs",
"email": "me@joeac.net"
}
]
}
|