|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "8a9b4a3cda2a919fa33f41527b679dce",
|
|
|
|
|
|
+ "content-hash": "976ab2160a9193f33527adc845d4b4cc",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "aws/aws-crt-php",
|
|
"name": "aws/aws-crt-php",
|
|
@@ -155,6 +155,60 @@
|
|
},
|
|
},
|
|
"time": "2023-04-26T18:21:04+00:00"
|
|
"time": "2023-04-26T18:21:04+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "bacon/bacon-qr-code",
|
|
|
|
+ "version": "2.0.8",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/Bacon/BaconQrCode.git",
|
|
|
|
+ "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
|
|
|
|
+ "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "dasprid/enum": "^1.0.3",
|
|
|
|
+ "ext-iconv": "*",
|
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phly/keep-a-changelog": "^2.1",
|
|
|
|
+ "phpunit/phpunit": "^7 | ^8 | ^9",
|
|
|
|
+ "spatie/phpunit-snapshot-assertions": "^4.2.9",
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-imagick": "to generate QR code images"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "BaconQrCode\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-2-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Ben Scholzen 'DASPRiD'",
|
|
|
|
+ "email": "mail@dasprids.de",
|
|
|
|
+ "homepage": "https://dasprids.de/",
|
|
|
|
+ "role": "Developer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "BaconQrCode is a QR code generator for PHP.",
|
|
|
|
+ "homepage": "https://github.com/Bacon/BaconQrCode",
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/Bacon/BaconQrCode/issues",
|
|
|
|
+ "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
|
|
|
|
+ },
|
|
|
|
+ "time": "2022-12-07T17:46:57+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "barryvdh/laravel-dompdf",
|
|
"name": "barryvdh/laravel-dompdf",
|
|
"version": "v2.0.1",
|
|
"version": "v2.0.1",
|
|
@@ -358,6 +412,56 @@
|
|
],
|
|
],
|
|
"time": "2023-01-15T23:15:59+00:00"
|
|
"time": "2023-01-15T23:15:59+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "dasprid/enum",
|
|
|
|
+ "version": "1.0.5",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/DASPRiD/Enum.git",
|
|
|
|
+ "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
|
|
|
|
+ "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1 <9.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^7 | ^8 | ^9",
|
|
|
|
+ "squizlabs/php_codesniffer": "*"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "DASPRiD\\Enum\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-2-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Ben Scholzen 'DASPRiD'",
|
|
|
|
+ "email": "mail@dasprids.de",
|
|
|
|
+ "homepage": "https://dasprids.de/",
|
|
|
|
+ "role": "Developer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "PHP 7.1 enum implementation",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "enum",
|
|
|
|
+ "map"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/DASPRiD/Enum/issues",
|
|
|
|
+ "source": "https://github.com/DASPRiD/Enum/tree/1.0.5"
|
|
|
|
+ },
|
|
|
|
+ "time": "2023-08-25T16:18:39+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "dflydev/dot-access-data",
|
|
"name": "dflydev/dot-access-data",
|
|
"version": "v3.0.2",
|
|
"version": "v3.0.2",
|
|
@@ -3469,6 +3573,73 @@
|
|
],
|
|
],
|
|
"time": "2023-02-08T01:06:31+00:00"
|
|
"time": "2023-02-08T01:06:31+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "paragonie/constant_time_encoding",
|
|
|
|
+ "version": "v2.6.3",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
|
|
+ "reference": "58c3f47f650c94ec05a151692652a868995d2938"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
|
|
|
|
+ "reference": "58c3f47f650c94ec05a151692652a868995d2938",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7|^8"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^6|^7|^8|^9",
|
|
|
|
+ "vimeo/psalm": "^1|^2|^3|^4"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "ParagonIE\\ConstantTime\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Paragon Initiative Enterprises",
|
|
|
|
+ "email": "security@paragonie.com",
|
|
|
|
+ "homepage": "https://paragonie.com",
|
|
|
|
+ "role": "Maintainer"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Steve 'Sc00bz' Thomas",
|
|
|
|
+ "email": "steve@tobtu.com",
|
|
|
|
+ "homepage": "https://www.tobtu.com",
|
|
|
|
+ "role": "Original Developer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "base16",
|
|
|
|
+ "base32",
|
|
|
|
+ "base32_decode",
|
|
|
|
+ "base32_encode",
|
|
|
|
+ "base64",
|
|
|
|
+ "base64_decode",
|
|
|
|
+ "base64_encode",
|
|
|
|
+ "bin2hex",
|
|
|
|
+ "encoding",
|
|
|
|
+ "hex",
|
|
|
|
+ "hex2bin",
|
|
|
|
+ "rfc4648"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "email": "info@paragonie.com",
|
|
|
|
+ "issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
|
|
|
+ "source": "https://github.com/paragonie/constant_time_encoding"
|
|
|
|
+ },
|
|
|
|
+ "time": "2022-06-14T06:56:20+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"name": "paragonie/random_compat",
|
|
"version": "v9.99.100",
|
|
"version": "v9.99.100",
|
|
@@ -3990,6 +4161,201 @@
|
|
},
|
|
},
|
|
"time": "2023-04-25T09:01:03+00:00"
|
|
"time": "2023-04-25T09:01:03+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "pragmarx/google2fa",
|
|
|
|
+ "version": "v8.0.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/antonioribeiro/google2fa.git",
|
|
|
|
+ "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/80c3d801b31fe165f8fe99ea085e0a37834e1be3",
|
|
|
|
+ "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "paragonie/constant_time_encoding": "^1.0|^2.0",
|
|
|
|
+ "php": "^7.1|^8.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpstan/phpstan": "^0.12.18",
|
|
|
|
+ "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "PragmaRX\\Google2FA\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Antonio Carlos Ribeiro",
|
|
|
|
+ "email": "acr@antoniocarlosribeiro.com",
|
|
|
|
+ "role": "Creator & Designer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "2fa",
|
|
|
|
+ "Authentication",
|
|
|
|
+ "Two Factor Authentication",
|
|
|
|
+ "google2fa"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/antonioribeiro/google2fa/issues",
|
|
|
|
+ "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.1"
|
|
|
|
+ },
|
|
|
|
+ "time": "2022-06-13T21:57:56+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "pragmarx/google2fa-laravel",
|
|
|
|
+ "version": "v2.1.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/antonioribeiro/google2fa-laravel.git",
|
|
|
|
+ "reference": "035b799d6ea080d07722012c926c15c9dde66fd7"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/antonioribeiro/google2fa-laravel/zipball/035b799d6ea080d07722012c926c15c9dde66fd7",
|
|
|
|
+ "reference": "035b799d6ea080d07722012c926c15c9dde66fd7",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "laravel/framework": "^5.4.36|^6.0|^7.0|^8.0|^9.0|^10.0",
|
|
|
|
+ "php": ">=7.0",
|
|
|
|
+ "pragmarx/google2fa-qrcode": "^1.0|^2.0|^3.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "bacon/bacon-qr-code": "^2.0",
|
|
|
|
+ "orchestra/testbench": "3.4.*|3.5.*|3.6.*|3.7.*|4.*|5.*|6.*|7.*|8.*",
|
|
|
|
+ "phpunit/phpunit": "~5|~6|~7|~8|~9"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "bacon/bacon-qr-code": "Required to generate inline QR Codes.",
|
|
|
|
+ "pragmarx/recovery": "Generate recovery codes."
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "component": "package",
|
|
|
|
+ "frameworks": [
|
|
|
|
+ "Laravel"
|
|
|
|
+ ],
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "0.2-dev"
|
|
|
|
+ },
|
|
|
|
+ "laravel": {
|
|
|
|
+ "providers": [
|
|
|
|
+ "PragmaRX\\Google2FALaravel\\ServiceProvider"
|
|
|
|
+ ],
|
|
|
|
+ "aliases": {
|
|
|
|
+ "Google2FA": "PragmaRX\\Google2FALaravel\\Facade"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "PragmaRX\\Google2FALaravel\\": "src/",
|
|
|
|
+ "PragmaRX\\Google2FALaravel\\Tests\\": "tests/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Antonio Carlos Ribeiro",
|
|
|
|
+ "email": "acr@antoniocarlosribeiro.com",
|
|
|
|
+ "role": "Creator & Designer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "Authentication",
|
|
|
|
+ "Two Factor Authentication",
|
|
|
|
+ "google2fa",
|
|
|
|
+ "laravel"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/antonioribeiro/google2fa-laravel/issues",
|
|
|
|
+ "source": "https://github.com/antonioribeiro/google2fa-laravel/tree/v2.1.1"
|
|
|
|
+ },
|
|
|
|
+ "time": "2023-02-26T09:41:06+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "pragmarx/google2fa-qrcode",
|
|
|
|
+ "version": "v3.0.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/antonioribeiro/google2fa-qrcode.git",
|
|
|
|
+ "reference": "ce4d8a729b6c93741c607cfb2217acfffb5bf76b"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/antonioribeiro/google2fa-qrcode/zipball/ce4d8a729b6c93741c607cfb2217acfffb5bf76b",
|
|
|
|
+ "reference": "ce4d8a729b6c93741c607cfb2217acfffb5bf76b",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1",
|
|
|
|
+ "pragmarx/google2fa": ">=4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "bacon/bacon-qr-code": "^2.0",
|
|
|
|
+ "chillerlan/php-qrcode": "^1.0|^2.0|^3.0|^4.0",
|
|
|
|
+ "khanamiryan/qrcode-detector-decoder": "^1.0",
|
|
|
|
+ "phpunit/phpunit": "~4|~5|~6|~7|~8|~9"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "bacon/bacon-qr-code": "For QR Code generation, requires imagick",
|
|
|
|
+ "chillerlan/php-qrcode": "For QR Code generation"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "component": "package",
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "PragmaRX\\Google2FAQRCode\\": "src/",
|
|
|
|
+ "PragmaRX\\Google2FAQRCode\\Tests\\": "tests/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Antonio Carlos Ribeiro",
|
|
|
|
+ "email": "acr@antoniocarlosribeiro.com",
|
|
|
|
+ "role": "Creator & Designer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "QR Code package for Google2FA",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "2fa",
|
|
|
|
+ "Authentication",
|
|
|
|
+ "Two Factor Authentication",
|
|
|
|
+ "google2fa",
|
|
|
|
+ "qr code",
|
|
|
|
+ "qrcode"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/antonioribeiro/google2fa-qrcode/issues",
|
|
|
|
+ "source": "https://github.com/antonioribeiro/google2fa-qrcode/tree/v3.0.0"
|
|
|
|
+ },
|
|
|
|
+ "time": "2021-08-15T12:53:48+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "predis/predis",
|
|
"name": "predis/predis",
|
|
"version": "v2.1.2",
|
|
"version": "v2.1.2",
|
|
@@ -11093,5 +11459,5 @@
|
|
"platform-overrides": {
|
|
"platform-overrides": {
|
|
"php": "8.1"
|
|
"php": "8.1"
|
|
},
|
|
},
|
|
- "plugin-api-version": "2.1.0"
|
|
|
|
|
|
+ "plugin-api-version": "2.3.0"
|
|
}
|
|
}
|