working on loan orders

This commit is contained in:
2023-11-23 18:28:24 +05:00
parent 83cc460638
commit 5e35dd6a11
14 changed files with 336 additions and 5 deletions

48
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": "db74e81011c0c297cac0a68bbe058ea3",
"content-hash": "09947809353f3e7cb6ef72488a67a75d",
"packages": [
{
"name": "brick/math",
@@ -6765,6 +6765,52 @@
},
"time": "2023-01-03T09:29:04+00:00"
},
{
"name": "trin4ik/nova-switcher",
"version": "v0.4",
"source": {
"type": "git",
"url": "https://github.com/trin4ik/nova-switcher.git",
"reference": "06b7dc8cbe842bf0943c161f9335546dbe6dd30c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/trin4ik/nova-switcher/zipball/06b7dc8cbe842bf0943c161f9335546dbe6dd30c",
"reference": "06b7dc8cbe842bf0943c161f9335546dbe6dd30c",
"shasum": ""
},
"require": {
"laravel/nova": "^4.0",
"php": "^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Trin4ik\\NovaSwitcher\\FieldServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Trin4ik\\NovaSwitcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A Laravel Nova switcher field.",
"keywords": [
"laravel",
"nova"
],
"support": {
"issues": "https://github.com/trin4ik/nova-switcher/issues",
"source": "https://github.com/trin4ik/nova-switcher/tree/v0.4"
},
"time": "2023-11-01T05:33:29+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.6.0",