|
@@ -3720,53 +3720,75 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "scheb/two-factor-bundle",
|
|
|
- "version": "v4.7.1",
|
|
|
+ "version": "v4.11.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/scheb/two-factor-bundle.git",
|
|
|
- "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62"
|
|
|
+ "reference": "eadac02014233ab45dac215d42fd06aaf629b09a"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/170895e91bdbe2c21983f195271d42e2fcfb3d62",
|
|
|
- "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62",
|
|
|
+ "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/eadac02014233ab45dac215d42fd06aaf629b09a",
|
|
|
+ "reference": "eadac02014233ab45dac215d42fd06aaf629b09a",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"lcobucci/jwt": "^3.2",
|
|
|
"paragonie/constant_time_encoding": "^2.2",
|
|
|
"php": "^7.1.3",
|
|
|
- "spomky-labs/otphp": "^9.1",
|
|
|
- "symfony/config": "^3.4|^4.0",
|
|
|
- "symfony/dependency-injection": "^3.4|^4.0",
|
|
|
- "symfony/event-dispatcher": "^3.4|^4.0",
|
|
|
- "symfony/framework-bundle": "^3.4|^4.0",
|
|
|
- "symfony/http-foundation": "^3.4|^4.0",
|
|
|
- "symfony/http-kernel": "^3.4|^4.0",
|
|
|
- "symfony/property-access": "^3.4|^4.0",
|
|
|
- "symfony/security-bundle": "^3.4|^4.0",
|
|
|
- "symfony/twig-bundle": "^3.4|^4.0"
|
|
|
+ "spomky-labs/otphp": "^9.1|^10.0",
|
|
|
+ "symfony/config": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/framework-bundle": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/http-foundation": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/http-kernel": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/property-access": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/security-bundle": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/twig-bundle": "^3.4|^4.0|^5.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"doctrine/lexer": "^1.0.1",
|
|
|
"doctrine/orm": "^2.6",
|
|
|
+ "escapestudios/symfony2-coding-standard": "^3.9",
|
|
|
"phpunit/phpunit": "^7.0|^8.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
"swiftmailer/swiftmailer": "^6.0",
|
|
|
- "symfony/yaml": "^3.4|^4.0"
|
|
|
+ "symfony/yaml": "^3.4|^4.0|^5.0"
|
|
|
},
|
|
|
"type": "symfony-bundle",
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
"Scheb\\TwoFactorBundle\\": ""
|
|
|
- }
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
"license": [
|
|
|
"MIT"
|
|
|
],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Christian Scheb",
|
|
|
+ "email": "me@christianscheb.de"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"description": "Provides two-factor authentication for Symfony applications",
|
|
|
"homepage": "https://github.com/scheb/two-factor-bundle",
|
|
|
- "time": "2019-09-02T18:36:37+00:00"
|
|
|
+ "keywords": [
|
|
|
+ "Authentication",
|
|
|
+ "security",
|
|
|
+ "symfony",
|
|
|
+ "two-factor",
|
|
|
+ "two-step"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/scheb/two-factor-bundle/issues",
|
|
|
+ "source": "https://github.com/scheb/two-factor-bundle/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2019-12-08T16:03:05+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "seld/jsonlint",
|