-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 970 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
{
"name": "gdata/vaas",
"type": "library",
"description": "Verdict-as-a-Service (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.",
"version": "10.0.1",
"readme": "Readme.md",
"keywords": [
"antivirus",
"malware",
"security",
"virusscan"
],
"license": "MIT",
"homepage": "https://github.com/GDATASoftwareAG/vaas",
"require": {
"php": "^8.1",
"ramsey/uuid": "^4.7 || ^4.2",
"netresearch/jsonmapper": "^5.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"amphp/http-client": "5.1.0",
"amphp/file": "3.1.1",
"amphp/websocket-client": "2.0.0",
"amphp/amp": "3.0.2",
"amphp/cache": "2.0.1"
},
"autoload": {
"psr-4": {
"VaasSdk\\": "."
}
}
}