{
    "name": "oat-sa/lib-lti1p3-core",
    "description": "OAT LTI 1.3 Core Library",
    "type": "library",
    "license": "GPL-2.0-only",
    "require": {
        "php": ">=7.2.0",
        "ext-openssl": "*",
        "ext-json": "*",
        "codercat/jwk-to-pem": "^1.0",
        "guzzlehttp/guzzle": "^6.5 || ^7.0",
        "lcobucci/jwt": "^3.4 || ^4.1.5",
        "league/oauth2-server": "^8.2",
        "nesbot/carbon": "^2.43",
        "nyholm/psr7": "^1.3",
        "phpseclib/phpseclib": "^2.0.31",
        "psr/cache": "^1.0 || ^2.0 || ^3.0",
        "psr/http-message": "^1.0",
        "psr/http-server-handler": "^1.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "ramsey/uuid": "^3.9 || ^4"
    },
    "require-dev": {
        "cache/array-adapter": "^1.1",
        "phpunit/phpunit": "8.5.14",
        "php-coveralls/php-coveralls": "^2.4",
        "psalm/plugin-phpunit": "^0.15.1",
        "vimeo/psalm": "^4.6"
    },
    "autoload": {
        "psr-4": {
            "OAT\\Library\\Lti1p3Core\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "OAT\\Library\\Lti1p3Core\\Tests\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true
    }
}
