forked from mailium/api-wrapper-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 728 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "mailium/api-wrapper-php",
"description": "Mailium API Wrapper for PHP",
"keywords": ["mailium", "api"],
"type": "library",
"homepage": "https://github.com/mailium/api-wrapper-php",
"license": "GNU GPL v3",
"authors": [
{
"name": "Mailium",
"homepage": "https://github.com/mailium/api-wrapper-php/contributors"
}
],
"support": {
"issues": "https://github.com/mailium/api-wrapper-php/issues",
"source": "https://github.com/mailium/api-wrapper-php"
},
"require": {
"php": ">=5.2.0"
},
"autoload": {
"psr-4": {
"Mailium\\API\\": "src/Mailium/"
}
},
"minimum-stability": "dev"
}