-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 945 Bytes
/
composer.json
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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "emedia-intellect/emi-fileupload",
"description": "A simple cross-platform object-oriented library intended to handle uploaded files.",
"type": "library",
"keywords": ["file", "upload"],
"homepage": "https://emi.is/?page=solutions&solution=emi-fileupload-library",
"license": "GPL-3.0",
"authors":
[
{
"name": "Stefán Örvar Sigmundsson",
"email": "stefan.orvar.sigmundsson@emi.is",
"homepage": "https://sos.emi.is/",
"role": "programmer"
}
],
"support":
{
"email": "emi@emi.is",
"source": "https://github.com/eMedia-Intellect/eMI-FileUpload-Library"
},
"require":
{
"php": ">=7.2"
},
"autoload":
{
"classmap":
[
"Library/Exceptions/InvalidErrorCodeException.php",
"Library/Exceptions/NoFilesUploadedException.php",
"Library/Exceptions/NoTemporaryDirectoryException.php",
"Library/Exceptions/UnknownErrorCodeException.php",
"Library/File.php",
"Library/Upload.php"
]
}
}