{
"name": "amk/etffi",
"description": "Executes command to ET console using FFI.",
"authors": [
{
"name": "Adam Klvač",
"homepage": "https://klva.cz/et"
}
],
"license": ["MIT"],
"require": {
"php": ">=7.4",
"ext-ffi": "*"
},
"keywords": ["ffi", "enemy-territory"],
"autoload": {
"psr-4": {
"AmK\\ETFFI\\": "src/"
}
}
}