update composer

This commit is contained in:
aslan 2024-01-30 16:00:01 +03:00
parent eb64b3df20
commit 59689d670e
2 changed files with 10 additions and 9 deletions

View File

@ -10,25 +10,26 @@
"require": {
"php": "^8.1|8.2",
"guzzlehttp/guzzle": "^7.8.1",
"imangazaliev/didom": "^2.0",
"laravel/framework": "^10.41.0",
"imangazaliev/didom": "^2.0.1",
"laravel/framework": "^10.42.0",
"laravel/sanctum": "^3.3.3",
"laravel/tinker": "^2.9.0",
"laravel/ui": "^4.4",
"laravelcollective/html": "^6.4.1"
"laravel/ui": "^4.4.0",
"laravelcollective/html": "^6.4.1",
"league/flysystem": "^3.23.1"
},
"require-dev": {
"fakerphp/faker": "^1.23.1",
"laravel/breeze": "^1.28.1",
"laravel/pint": "^1.13.9",
"laravel/sail": "^1.27.1",
"laravel/pint": "^1.13.10",
"laravel/sail": "^1.27.2",
"mockery/mockery": "^1.6.7",
"nunomaduro/collision": "^7.10.0",
"phpunit/phpunit": "^10.5.8",
"phpunit/phpunit": "^10.5.9",
"spatie/laravel-ignition": "^2.4.1",
"barryvdh/laravel-ide-helper": "^2.13.0",
"squizlabs/php_codesniffer": "^3.8.1",
"phpstan/phpstan": "^1.10.56"
"phpstan/phpstan": "^1.10.57"
},
"autoload": {
"psr-4": {

2
composer.lock generated
View File

@ -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": "5bc9c65b7acd466b9ce68980e20268db",
"content-hash": "39967a89029d0be1b3179419bf4d8511",
"packages": [
{
"name": "brick/math",