summaryrefslogblamecommitdiffstats
path: root/vendor/sonata-project/google-authenticator/composer.json
blob: 4bd395cc27f0d8787580b7bd01d956a97828206b (plain) (tree)

















































                                                                                   
{
    "name": "sonata-project/google-authenticator",
    "type": "library",
    "description": "Library to integrate Google Authenticator into a PHP project",
    "keywords": [
        "google authenticator"
    ],
    "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
    "license": "MIT",
    "authors": [
        {
            "name": "Thomas Rabaix",
            "email": "thomas.rabaix@gmail.com"
        },
        {
            "name": "Christian Stocker",
            "email": "me@chregu.tv"
        },
        {
            "name": "Andre DeMarre",
            "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
        }
    ],
    "require": {
        "php": "^7.3 || ^8.0"
    },
    "require-dev": {
        "symfony/phpunit-bridge": "^5.1.8"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Google\\Authenticator\\": "src/",
            "Sonata\\GoogleAuthenticator\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\Authenticator\\Tests\\": "tests/",
            "Sonata\\GoogleAuthenticator\\Tests\\": "tests/"
        }
    }
}