{
    "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.0",
    "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": {
            "GDAVSCOPE\\VaasSdk\\": "."
        }
    }
}