update composer dependencies
parent
c42dbc7a86
commit
2807f3b407
|
|
@ -11,7 +11,7 @@
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"barryvdh/laravel-dompdf": "^1.0",
|
"barryvdh/laravel-dompdf": "^1.0",
|
||||||
"bensampo/laravel-enum": "^5.1",
|
"bensampo/laravel-enum": "^5.1",
|
||||||
"cknow/laravel-money": "^6.4",
|
"cknow/laravel-money": "^7.0",
|
||||||
"fakerphp/faker": "^1.9.1",
|
"fakerphp/faker": "^1.9.1",
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
"fruitcake/laravel-cors": "^2.0",
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
|
|
|
||||||
|
|
@ -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": "672367e14471b362aedd79a2f7ebb00f",
|
"content-hash": "538c71e033d88286d0964fabe82dd328",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
|
@ -341,16 +341,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "cknow/laravel-money",
|
"name": "cknow/laravel-money",
|
||||||
"version": "v6.4.0",
|
"version": "v7.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cknow/laravel-money.git",
|
"url": "https://github.com/cknow/laravel-money.git",
|
||||||
"reference": "1674f386f206b16a19821ee8b95af05e8840fac1"
|
"reference": "2bacfb2008dc96ef9d733312baf56df1a833e609"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/cknow/laravel-money/zipball/1674f386f206b16a19821ee8b95af05e8840fac1",
|
"url": "https://api.github.com/repos/cknow/laravel-money/zipball/2bacfb2008dc96ef9d733312baf56df1a833e609",
|
||||||
"reference": "1674f386f206b16a19821ee8b95af05e8840fac1",
|
"reference": "2bacfb2008dc96ef9d733312baf56df1a833e609",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -403,9 +403,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/cknow/laravel-money/issues",
|
"issues": "https://github.com/cknow/laravel-money/issues",
|
||||||
"source": "https://github.com/cknow/laravel-money/tree/v6.4.0"
|
"source": "https://github.com/cknow/laravel-money/tree/v7.0.0"
|
||||||
},
|
},
|
||||||
"time": "2022-04-19T13:40:16+00:00"
|
"time": "2022-06-17T19:03:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/ca-bundle",
|
"name": "composer/ca-bundle",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue