mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Upgrade composer dependencies
This commit is contained in:
parent
4c6e149812
commit
eafa5c7210
@ -4,9 +4,15 @@
|
|||||||
"description": "Two-Factor authentication generator",
|
"description": "Two-Factor authentication generator",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"2fauth",
|
"2fauth",
|
||||||
"two-actor authentication"
|
"two-factor authentication"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/Bubka/Laravel-Dotenv-Editor.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"ext-bcmath": "*",
|
"ext-bcmath": "*",
|
||||||
@ -22,17 +28,15 @@
|
|||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"chillerlan/php-qrcode": "^5.0",
|
"chillerlan/php-qrcode": "^5.0",
|
||||||
"doctormckay/steam-totp": "^1.0",
|
"doctormckay/steam-totp": "^1.0",
|
||||||
"doctrine/dbal": "^3.4",
|
|
||||||
"google/protobuf": "^4.26",
|
"google/protobuf": "^4.26",
|
||||||
"guzzlehttp/guzzle": "^7.2",
|
"jackiedo/dotenv-editor": "dev-master",
|
||||||
"jackiedo/dotenv-editor": "^2.1",
|
|
||||||
"jenssegers/agent": "^2.6",
|
"jenssegers/agent": "^2.6",
|
||||||
"khanamiryan/qrcode-detector-decoder": "^2.0.2",
|
"khanamiryan/qrcode-detector-decoder": "^2.0.2",
|
||||||
"laragear/webauthn": "^2.0",
|
"laragear/webauthn": "^2.0",
|
||||||
"laravel/framework": "^10.10",
|
"laravel/framework": "^11.9",
|
||||||
"laravel/passport": "^11.2",
|
"laravel/passport": "^12.0",
|
||||||
"laravel/socialite": "^5.10",
|
"laravel/socialite": "^5.10",
|
||||||
"laravel/tinker": "^2.8",
|
"laravel/tinker": "^2.9",
|
||||||
"laravel/ui": "^4.2",
|
"laravel/ui": "^4.2",
|
||||||
"paragonie/constant_time_encoding": "^2.6",
|
"paragonie/constant_time_encoding": "^2.6",
|
||||||
"socialiteproviders/manager": "^4.4",
|
"socialiteproviders/manager": "^4.4",
|
||||||
@ -40,21 +44,24 @@
|
|||||||
"spomky-labs/otphp": "^11.0"
|
"spomky-labs/otphp": "^11.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"barryvdh/laravel-ide-helper": "^2.13",
|
"barryvdh/laravel-ide-helper": "^3.0",
|
||||||
"brianium/paratest": "^7.3",
|
"brianium/paratest": "^7.5",
|
||||||
"fakerphp/faker": "^1.21",
|
"fakerphp/faker": "^1.21",
|
||||||
"larastan/larastan": "^2.0",
|
"larastan/larastan": "^2.9",
|
||||||
"laravel/pint": "^1.6",
|
"laravel/pint": "^1.16",
|
||||||
"mockery/mockery": "^1.5",
|
"mockery/mockery": "^1.6",
|
||||||
"nunomaduro/collision": "^7.0",
|
"nunomaduro/collision": "^8.1",
|
||||||
"phpstan/phpstan": "^1.10",
|
"phpstan/phpstan": "^1.10",
|
||||||
"phpunit/phpunit": "^10.1",
|
"phpunit/phpunit": "^11.0.10"
|
||||||
"spatie/laravel-ignition": "^2.0"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist",
|
||||||
"sort-packages": true
|
"sort-packages": true,
|
||||||
|
"allow-plugins": {
|
||||||
|
"pestphp/pest-plugin": true,
|
||||||
|
"php-http/discovery": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"laravel": {
|
"laravel": {
|
||||||
|
2629
composer.lock
generated
2629
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user