{
    "name": "michaeldegroot/doctrine-encrypt-bundle",
    "type": "library",
    "keywords": ["doctrine", "symfony", "halite", "defuse", "encrypt", "decrypt"],
    "license": "MIT",
    "description": "Encrypted symfony entity's by verified and standardized libraries",
    "require": {
        "php": ">=7.0",
        "paragonie/halite": "^4.3",
        "paragonie/sodium_compat": "^1.5"
    },
    "suggest":{
        "defuse/php-encryption": "Alternative for halite for use with older php-versions"
    },
    "autoload": {
        "psr-0": { "Ambta\\DoctrineEncryptBundle": "" }
    },
    "target-dir": "Ambta/DoctrineEncryptBundle",
    "authors": [
        {
            "name": "Michael de Groot",
            "email": "specamps@gmail.com"
        }
    ]
}
