iagoEffting/TwoFactorAPI

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "iago-effting/two-factor-api",
    "description": "Provides two-factor authenticaton for Laravel",
    "license": "MIT",
    "authors": [
        {
            "name": "Iago Effting",
            "email": "iago.effting@gmail.com"
        }
    ],
    "autoload": {
      "psr-4": {
        "IagoEffting\\TwoFactorAPI\\" : "src/",
        "IagoEffting\\TwoFactorTestAPI\\" : "tests/"
      }
    },
    "require": {
      "illuminate/support": "~5",
      "pragmarx/google2fa": "*",
        "guzzlehttp/guzzle": "~6.0"
    },
    "require-dev": {
      "fzaninotto/faker": "~1.4",
      "mockery/mockery": "0.9.*",
      "phpunit/phpunit": "~4.0"
    }

}