| {
    "name": "eftec/securityonemysql",
    "description": "It's a barebone security class written on PHP",
    "version": "1.5.3",
    "type": "library",
    "keywords": [
        "security",
        "php-library",
        "php7",
        "security-tools",
        "php"
    ],
    "homepage": "https://github.com/EFTEC/SecurityOneMysql",
    "authors": [
        {
            "name": "Jorge Castro Castillo",
            "homepage": "https://github.com/EFTEC/"
        }
    ],
    "license": "LGPL-3.0-or-later",
    "autoload": {
        "psr-4": {
            "eftec\\": "lib/"
        }
    },
    "require": {
        "PHP": ">=5.6",
        "eftec/securityone": "^2.1",
        "eftec/pdoone": "^2.0",
        "eftec/bladeone": "^3.46.3",
        "phpmailer/phpmailer": "^6.1.4",
        "eftec/validationone": "^1.22",
        "ext-mysqli": "*"
    }
}
 |