wip on loan order

This commit is contained in:
2023-11-27 01:19:42 +05:00
parent 307f197d27
commit 0fcdedbcc7
6 changed files with 322 additions and 9 deletions

141
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": "f339ec5654f56037abedbd8f4046b180",
"content-hash": "f31a821ebd315e93b1c5ebe74a06de5f",
"packages": [
{
"name": "brick/math",
@@ -9241,6 +9241,65 @@
],
"time": "2023-02-07T11:34:05+00:00"
},
{
"name": "singlequote/laravel-locale-finder",
"version": "1.0.19",
"source": {
"type": "git",
"url": "https://github.com/singlequote/laravel-locale-finder.git",
"reference": "e8143c5f294aefa3e6fa5c0866f92fc53c9cdc70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/singlequote/laravel-locale-finder/zipball/e8143c5f294aefa3e6fa5c0866f92fc53c9cdc70",
"reference": "e8143c5f294aefa3e6fa5c0866f92fc53c9cdc70",
"shasum": ""
},
"require": {
"laravel/framework": ">=9",
"php": "^8.0",
"stichoza/google-translate-php": "^4.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"SingleQuote\\LocaleFinder\\LocaleFinderServiceProvider"
],
"aliases": {
"LocaleFinder": "SingleQuote\\LocaleFinder\\LocaleFinderFacade"
}
}
},
"autoload": {
"psr-4": {
"SingleQuote\\LocaleFinder\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Wim Pruiksma",
"email": "wim@quotec.nl",
"homepage": "https://quotec.nl/"
}
],
"homepage": "https://github.com/singlequote/laravel-locale-finder",
"keywords": [
"auto",
"laravel",
"locale",
"translations"
],
"support": {
"issues": "https://github.com/singlequote/laravel-locale-finder/issues",
"source": "https://github.com/singlequote/laravel-locale-finder/tree/1.0.19"
},
"time": "2023-08-11T09:41:09+00:00"
},
{
"name": "spatie/backtrace",
"version": "1.5.3",
@@ -9548,6 +9607,86 @@
],
"time": "2023-10-09T12:55:26+00:00"
},
{
"name": "stichoza/google-translate-php",
"version": "v4.1.7",
"source": {
"type": "git",
"url": "https://github.com/Stichoza/google-translate-php.git",
"reference": "14f6a9c84cd860910706ee3a668fba8a0a1aac0f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Stichoza/google-translate-php/zipball/14f6a9c84cd860910706ee3a668fba8a0a1aac0f",
"reference": "14f6a9c84cd860910706ee3a668fba8a0a1aac0f",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "~6.0|~7.0",
"php": "^7.1|^8"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Stichoza\\GoogleTranslate\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Levan Velijanashvili",
"email": "me@stichoza.com"
}
],
"description": "Free Google Translate API PHP Package",
"homepage": "https://github.com/Stichoza/google-translate-php",
"keywords": [
"google",
"php",
"translate",
"translating",
"translator"
],
"support": {
"issues": "https://github.com/Stichoza/google-translate-php/issues",
"source": "https://github.com/Stichoza/google-translate-php/tree/v4.1.7"
},
"funding": [
{
"url": "https://btc.com/bc1qc25j4x7yahghm8nnn6lypnw59nptylsw32nkfl",
"type": "custom"
},
{
"url": "https://www.paypal.me/stichoza",
"type": "custom"
},
{
"url": "https://ko-fi.com/stichoza",
"type": "ko_fi"
},
{
"url": "https://liberapay.com/stichoza",
"type": "liberapay"
},
{
"url": "https://opencollective.com/stichoza",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/stichoza",
"type": "patreon"
}
],
"time": "2022-11-25T11:17:52+00:00"
},
{
"name": "symfony/yaml",
"version": "v6.3.8",