update composer
This commit is contained in:
parent
eb64b3df20
commit
59689d670e
|
@ -10,25 +10,26 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1|8.2",
|
"php": "^8.1|8.2",
|
||||||
"guzzlehttp/guzzle": "^7.8.1",
|
"guzzlehttp/guzzle": "^7.8.1",
|
||||||
"imangazaliev/didom": "^2.0",
|
"imangazaliev/didom": "^2.0.1",
|
||||||
"laravel/framework": "^10.41.0",
|
"laravel/framework": "^10.42.0",
|
||||||
"laravel/sanctum": "^3.3.3",
|
"laravel/sanctum": "^3.3.3",
|
||||||
"laravel/tinker": "^2.9.0",
|
"laravel/tinker": "^2.9.0",
|
||||||
"laravel/ui": "^4.4",
|
"laravel/ui": "^4.4.0",
|
||||||
"laravelcollective/html": "^6.4.1"
|
"laravelcollective/html": "^6.4.1",
|
||||||
|
"league/flysystem": "^3.23.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fakerphp/faker": "^1.23.1",
|
"fakerphp/faker": "^1.23.1",
|
||||||
"laravel/breeze": "^1.28.1",
|
"laravel/breeze": "^1.28.1",
|
||||||
"laravel/pint": "^1.13.9",
|
"laravel/pint": "^1.13.10",
|
||||||
"laravel/sail": "^1.27.1",
|
"laravel/sail": "^1.27.2",
|
||||||
"mockery/mockery": "^1.6.7",
|
"mockery/mockery": "^1.6.7",
|
||||||
"nunomaduro/collision": "^7.10.0",
|
"nunomaduro/collision": "^7.10.0",
|
||||||
"phpunit/phpunit": "^10.5.8",
|
"phpunit/phpunit": "^10.5.9",
|
||||||
"spatie/laravel-ignition": "^2.4.1",
|
"spatie/laravel-ignition": "^2.4.1",
|
||||||
"barryvdh/laravel-ide-helper": "^2.13.0",
|
"barryvdh/laravel-ide-helper": "^2.13.0",
|
||||||
"squizlabs/php_codesniffer": "^3.8.1",
|
"squizlabs/php_codesniffer": "^3.8.1",
|
||||||
"phpstan/phpstan": "^1.10.56"
|
"phpstan/phpstan": "^1.10.57"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "5bc9c65b7acd466b9ce68980e20268db",
|
"content-hash": "39967a89029d0be1b3179419bf4d8511",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
|
Loading…
Reference in New Issue