This commit is contained in:
Boring Dragon
2025-05-30 22:38:46 +05:00
parent 2cafc4f500
commit f31e3dde85
5 changed files with 3681 additions and 2604 deletions

View File

@@ -8,32 +8,33 @@
],
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"doctrine/dbal": "^2.10",
"php": "^8.1",
"doctrine/dbal": "^3.3",
"fabpot/goutte": "^4.0",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^2.0",
"goldspecdigital/laravel-eloquent-uuid": "^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.0",
"laravel/jetstream": "^1.2",
"laravel/sanctum": "^2.6",
"laravel/tinker": "^2.0",
"livewire/livewire": "^2.0",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^3.0",
"goldspecdigital/laravel-eloquent-uuid": "^9.0",
"guzzlehttp/guzzle": "^7.4",
"laravel/framework": "^9.0",
"laravel/jetstream": "^2.6",
"laravel/sanctum": "^2.14",
"laravel/tinker": "^2.7",
"livewire/livewire": "^2.10",
"mtownsend/read-time": "^2.0",
"predis/predis": "^1.1",
"realrashid/sweet-alert": "^3.1",
"spatie/laravel-analytics": "^3.10",
"symfony/http-client": "^5.4",
"symfony/panther": "^0.7.1"
"realrashid/sweet-alert": "^5.0",
"spatie/laravel-analytics": "^4.0",
"symfony/http-client": "^6.0",
"symfony/panther": "^2.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.4",
"facade/ignition": "^2.3.6",
"laravel/sail": "^1.8",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0"
"barryvdh/laravel-debugbar": "^3.6",
"fakerphp/faker": "^1.19",
"laravel/sail": "^1.13",
"mockery/mockery": "^1.5",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5",
"spatie/laravel-ignition": "^1.0"
},
"config": {
"optimize-autoloader": true,