{
    "name": "sop/crypto-encoding",
    "description": "A PHP implementation of textual encodings of cryptographic structures.",
    "homepage": "https://github.com/sop/crypto-encoding",
    "license": "MIT",
    "type": "library",
    "keywords": [
        "pem",
        "public key",
        "private key",
        "certificate"
    ],
    "authors": [
        {
            "name": "Joni Eskelinen",
            "email": "jonieske@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=7.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.1"
    },
    "autoload": {
        "psr-4": {
            "Sop\\CryptoEncoding\\": "lib/CryptoEncoding/"
        }
    }
}