update composer
This commit is contained in:
parent
849fa6ad72
commit
3f339cb719
|
@ -7,16 +7,16 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"guzzlehttp/guzzle": "^7.8.1",
|
"guzzlehttp/guzzle": "^7.8.1",
|
||||||
"laravel/framework": "^10.40.0",
|
"laravel/framework": "^10.41.0",
|
||||||
"laravel/sanctum": "^3.3.3",
|
"laravel/sanctum": "^3.3.3",
|
||||||
"laravel/tinker": "^2.9.0",
|
"laravel/tinker": "^2.9.0",
|
||||||
"laravelcollective/html": "^6.4.1"
|
"laravelcollective/html": "^6.4.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fakerphp/faker": "^1.23.1",
|
"fakerphp/faker": "^1.23.1",
|
||||||
"laravel/breeze": "^1.28.0",
|
"laravel/breeze": "^1.28.1",
|
||||||
"laravel/pint": "^1.13.8",
|
"laravel/pint": "^1.13.9",
|
||||||
"laravel/sail": "^1.27.0",
|
"laravel/sail": "^1.27.1",
|
||||||
"mockery/mockery": "^1.6.7",
|
"mockery/mockery": "^1.6.7",
|
||||||
"nunomaduro/collision": "^7.10.0",
|
"nunomaduro/collision": "^7.10.0",
|
||||||
"phpunit/phpunit": "^10.5.7",
|
"phpunit/phpunit": "^10.5.7",
|
||||||
|
|
|
@ -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": "1fedeedd3a21cdc591c240c960caa88c",
|
"content-hash": "860622e9580849c9fb6c86a55aeed282",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
|
Loading…
Reference in New Issue