diff --git a/Auth/composer.lock b/Auth/composer.lock index 0fe784e..eaad430 100644 --- a/Auth/composer.lock +++ b/Auth/composer.lock @@ -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": "0c869bf2e56cdcb9d77b4fc9c40bee65", + "content-hash": "5e32457f4b3ecbdf65baca36c1aeb190", "packages": [ { "name": "bacon/bacon-qr-code", @@ -293,86 +293,6 @@ }, "time": "2024-08-09T14:30:48+00:00" }, - { - "name": "dedoc/scramble", - "version": "v0.12.35", - "source": { - "type": "git", - "url": "https://github.com/dedoc/scramble.git", - "reference": "b6d06a1cec5f8a8ad08ebce9c2df37a1ef4a2629" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dedoc/scramble/zipball/b6d06a1cec5f8a8ad08ebce9c2df37a1ef4a2629", - "reference": "b6d06a1cec5f8a8ad08ebce9c2df37a1ef4a2629", - "shasum": "" - }, - "require": { - "illuminate/contracts": "^10.0|^11.0|^12.0", - "myclabs/deep-copy": "^1.12", - "nikic/php-parser": "^5.0", - "php": "^8.1", - "phpstan/phpdoc-parser": "^1.0|^2.0", - "spatie/laravel-package-tools": "^1.9.2" - }, - "require-dev": { - "larastan/larastan": "^3.3", - "laravel/pint": "^v1.1.0", - "nunomaduro/collision": "^7.0|^8.0", - "orchestra/testbench": "^8.0|^9.0|^10.0", - "pestphp/pest": "^2.34|^3.7", - "pestphp/pest-plugin-laravel": "^2.3|^3.1", - "phpstan/extension-installer": "^1.4", - "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpunit/phpunit": "^10.5|^11.5.3", - "spatie/laravel-permission": "^6.10", - "spatie/pest-plugin-snapshots": "^2.1" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Dedoc\\Scramble\\ScrambleServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Dedoc\\Scramble\\": "src", - "Dedoc\\Scramble\\Database\\Factories\\": "database/factories" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Roman Lytvynenko", - "email": "litvinenko95@gmail.com", - "role": "Developer" - } - ], - "description": "Automatic generation of API documentation for Laravel applications.", - "homepage": "https://github.com/dedoc/scramble", - "keywords": [ - "documentation", - "laravel", - "openapi" - ], - "support": { - "issues": "https://github.com/dedoc/scramble/issues", - "source": "https://github.com/dedoc/scramble/tree/v0.12.35" - }, - "funding": [ - { - "url": "https://github.com/romalytvynenko", - "type": "github" - } - ], - "time": "2025-09-24T07:18:11+00:00" - }, { "name": "dflydev/dot-access-data", "version": "v3.0.3", @@ -1683,16 +1603,16 @@ }, { "name": "laravel/framework", - "version": "v12.31.1", + "version": "v12.33.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "281b711710c245dd8275d73132e92635be3094df" + "reference": "124efc5f09d4668a4dc13f94a1018c524a58bcb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/281b711710c245dd8275d73132e92635be3094df", - "reference": "281b711710c245dd8275d73132e92635be3094df", + "url": "https://api.github.com/repos/laravel/framework/zipball/124efc5f09d4668a4dc13f94a1018c524a58bcb1", + "reference": "124efc5f09d4668a4dc13f94a1018c524a58bcb1", "shasum": "" }, "require": { @@ -1720,7 +1640,6 @@ "monolog/monolog": "^3.0", "nesbot/carbon": "^3.8.4", "nunomaduro/termwind": "^2.0", - "phiki/phiki": "^2.0.0", "php": "^8.2", "psr/container": "^1.1.1|^2.0.1", "psr/log": "^1.0|^2.0|^3.0", @@ -1899,7 +1818,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-09-23T15:33:04+00:00" + "time": "2025-10-07T14:30:39+00:00" }, { "name": "laravel/prompts", @@ -2958,66 +2877,6 @@ ], "time": "2025-03-24T10:02:05+00:00" }, - { - "name": "myclabs/deep-copy", - "version": "1.13.4", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", - "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3 <3.2.2" - }, - "require-dev": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpspec/prophecy": "^1.10", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" - }, - "type": "library", - "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], - "time": "2025-08-01T08:46:24+00:00" - }, { "name": "nesbot/carbon", "version": "3.10.3", @@ -3274,64 +3133,6 @@ }, "time": "2025-08-06T21:43:34+00:00" }, - { - "name": "nikic/php-parser", - "version": "v5.6.1", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", - "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-json": "*", - "ext-tokenizer": "*", - "php": ">=7.4" - }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^9.0" - }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - } - }, - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1" - }, - "time": "2025-08-13T20:13:15+00:00" - }, { "name": "nunomaduro/termwind", "version": "v2.3.1", @@ -3538,77 +3339,6 @@ }, "time": "2020-10-15T08:29:30+00:00" }, - { - "name": "phiki/phiki", - "version": "v2.0.4", - "source": { - "type": "git", - "url": "https://github.com/phikiphp/phiki.git", - "reference": "160785c50c01077780ab217e5808f00ab8f05a13" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phikiphp/phiki/zipball/160785c50c01077780ab217e5808f00ab8f05a13", - "reference": "160785c50c01077780ab217e5808f00ab8f05a13", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "league/commonmark": "^2.5.3", - "php": "^8.2", - "psr/simple-cache": "^3.0" - }, - "require-dev": { - "illuminate/support": "^11.45", - "laravel/pint": "^1.18.1", - "orchestra/testbench": "^9.15", - "pestphp/pest": "^3.5.1", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.0", - "symfony/var-dumper": "^7.1.6" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Phiki\\Adapters\\Laravel\\PhikiServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Phiki\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ryan Chandler", - "email": "support@ryangjchandler.co.uk", - "homepage": "https://ryangjchandler.co.uk", - "role": "Developer" - } - ], - "description": "Syntax highlighting using TextMate grammars in PHP.", - "support": { - "issues": "https://github.com/phikiphp/phiki/issues", - "source": "https://github.com/phikiphp/phiki/tree/v2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sponsors/ryangjchandler", - "type": "github" - }, - { - "url": "https://buymeacoffee.com/ryangjchandler", - "type": "other" - } - ], - "time": "2025-09-20T17:21:02+00:00" - }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", @@ -5043,16 +4773,16 @@ }, { "name": "spatie/laravel-passkeys", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-passkeys.git", - "reference": "87d93f0fc328e20846c80dd82beb1dc7515d5022" + "reference": "3490cf20f021add2fd11733d4232cd165d8e5db0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-passkeys/zipball/87d93f0fc328e20846c80dd82beb1dc7515d5022", - "reference": "87d93f0fc328e20846c80dd82beb1dc7515d5022", + "url": "https://api.github.com/repos/spatie/laravel-passkeys/zipball/3490cf20f021add2fd11733d4232cd165d8e5db0", + "reference": "3490cf20f021add2fd11733d4232cd165d8e5db0", "shasum": "" }, "require": { @@ -5109,7 +4839,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-passkeys/issues", - "source": "https://github.com/spatie/laravel-passkeys/tree/1.1.0" + "source": "https://github.com/spatie/laravel-passkeys/tree/1.2.0" }, "funding": [ { @@ -5117,7 +4847,7 @@ "type": "github" } ], - "time": "2025-09-25T12:09:30+00:00" + "time": "2025-10-09T08:31:33+00:00" }, { "name": "spatie/laravel-permission",