|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "15022c60c2ef59e0821ae0064f477e50",
|
|
|
+ "content-hash": "7c27f612b0b319b88f2b8b3f1d52a51d",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "brick/math",
|
|
@@ -1917,35 +1917,102 @@
|
|
|
},
|
|
|
"time": "2022-11-17T10:54:53+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "laragear/meta-model",
|
|
|
+ "version": "v1.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Laragear/MetaModel.git",
|
|
|
+ "reference": "86aa8bbd0e1b9d03467a0257f0cd5815b6836a34"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Laragear/MetaModel/zipball/86aa8bbd0e1b9d03467a0257f0cd5815b6836a34",
|
|
|
+ "reference": "86aa8bbd0e1b9d03467a0257f0cd5815b6836a34",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/database": "10.*|11.*",
|
|
|
+ "php": "^8.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.6",
|
|
|
+ "phpunit/phpunit": "^10.5|11.*"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Laragear\\MetaModel\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Italo Israel Baeza Cabrera",
|
|
|
+ "email": "DarkGhostHunter@Gmail.com",
|
|
|
+ "homepage": "https://github.com/sponsors/DarkGhostHunter",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Let other developers customize your package model and migrations",
|
|
|
+ "keywords": [
|
|
|
+ "database",
|
|
|
+ "eloquent",
|
|
|
+ "laravel",
|
|
|
+ "model"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Laragear/MetaModel/issues",
|
|
|
+ "source": "https://github.com/Laragear/MetaModel"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sponsors/DarkGhostHunter",
|
|
|
+ "type": "Github Sponsorship"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://paypal.me/darkghosthunter",
|
|
|
+ "type": "Paypal"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-03-15T23:27:56+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "laragear/webauthn",
|
|
|
- "version": "v1.2.1",
|
|
|
+ "version": "v2.0.3",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/Laragear/WebAuthn.git",
|
|
|
- "reference": "e57ac258b0d76eee4ab77c1e1b465f5d8e0c46de"
|
|
|
+ "reference": "15b29db0edb0a12c0fa45c404e57b0d5f1789465"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Laragear/WebAuthn/zipball/e57ac258b0d76eee4ab77c1e1b465f5d8e0c46de",
|
|
|
- "reference": "e57ac258b0d76eee4ab77c1e1b465f5d8e0c46de",
|
|
|
+ "url": "https://api.github.com/repos/Laragear/WebAuthn/zipball/15b29db0edb0a12c0fa45c404e57b0d5f1789465",
|
|
|
+ "reference": "15b29db0edb0a12c0fa45c404e57b0d5f1789465",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-json": "*",
|
|
|
"ext-openssl": "*",
|
|
|
- "illuminate/auth": "9.*|10.*",
|
|
|
- "illuminate/config": "9.*|10.*",
|
|
|
- "illuminate/database": "9.*|10.*",
|
|
|
- "illuminate/encryption": "9.*|10.*",
|
|
|
- "illuminate/http": "9.*|10.*",
|
|
|
- "illuminate/session": "9.*|10.*",
|
|
|
- "illuminate/support": "9.*|10.*",
|
|
|
- "php": "8.*"
|
|
|
+ "illuminate/auth": "10.*|11.*",
|
|
|
+ "illuminate/config": "10.*|11.*",
|
|
|
+ "illuminate/database": "10.*|11.*",
|
|
|
+ "illuminate/encryption": "10.*|11.*",
|
|
|
+ "illuminate/http": "10.*|11.*",
|
|
|
+ "illuminate/session": "10.*|11.*",
|
|
|
+ "illuminate/support": "10.*|11.*",
|
|
|
+ "laragear/meta-model": "^1.1",
|
|
|
+ "php": "^8.1"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "jetbrains/phpstorm-attributes": "*",
|
|
|
- "orchestra/testbench": "^7.22|8.*"
|
|
|
+ "ext-sodium": "*",
|
|
|
+ "orchestra/testbench": "8.*|9.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "paragonie/sodium_compat": "To enable EdDSA 25519 keys from authenticators, if `ext-sodium` is unavailable."
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -1976,7 +2043,7 @@
|
|
|
"role": "Developer"
|
|
|
}
|
|
|
],
|
|
|
- "description": "Authenticate your users with biometric data, devices or USB keys.",
|
|
|
+ "description": "Authenticate users with Passkeys: fingerprints, patterns and biometric data.",
|
|
|
"homepage": "https://github.com/laragear/webauthn",
|
|
|
"keywords": [
|
|
|
"Authentication",
|
|
@@ -1988,8 +2055,8 @@
|
|
|
"windows hello"
|
|
|
],
|
|
|
"support": {
|
|
|
- "issues": "https://github.com/Laragear/TwoFactor/issues",
|
|
|
- "source": "https://github.com/Laragear/TwoFactor"
|
|
|
+ "issues": "https://github.com/Laragear/WebAuthn/issues",
|
|
|
+ "source": "https://github.com/Laragear/WebAuthn"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -2001,7 +2068,7 @@
|
|
|
"type": "Paypal"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2023-03-09T18:38:16+00:00"
|
|
|
+ "time": "2024-03-18T22:38:29+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/framework",
|