-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 830 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 830 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
28
29
30
{
"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": "11.1.1",
"readme": "Readme.md",
"keywords": [
"antivirus",
"malware",
"security",
"virusscan"
],
"license": "MIT",
"homepage": "https://github.com/GDATASoftwareAG/vaas",
"require": {
"php": "^8.1",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"amphp/http-client": "^5.2",
"amphp/amp": "^3.0",
"revolt/event-loop": "^1.0",
"amphp/byte-stream": "^2.1",
"amphp/socket": "^2.3",
"amphp/file": "^3.2"
},
"autoload": {
"psr-4": {
"VaasSdk\\": "."
}
}
}