added forms country & vehicle running cost (kurang fitur pendukung)
This commit is contained in:
Generated
+60
-1
@@ -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": "e20816a5ac8758dcf14572597c4d7627",
|
||||
"content-hash": "83771e2a711327eac79ef3f7b30673da",
|
||||
"packages": [
|
||||
{
|
||||
"name": "barryvdh/laravel-dompdf",
|
||||
@@ -4797,6 +4797,65 @@
|
||||
},
|
||||
"time": "2024-09-06T07:37:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "singlequote/laravel-webdav",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/singlequote/laravel-webdav.git",
|
||||
"reference": "07bb4f177fc61b65d7dd0aaa37779a82ff100681"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/singlequote/laravel-webdav/zipball/07bb4f177fc61b65d7dd0aaa37779a82ff100681",
|
||||
"reference": "07bb4f177fc61b65d7dd0aaa37779a82ff100681",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": ">=10",
|
||||
"league/flysystem-webdav": "^3.15",
|
||||
"php": "^8.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"aliases": {
|
||||
"WebDav": "SingleQuote\\WebDav\\WebDavFacade"
|
||||
},
|
||||
"providers": [
|
||||
"SingleQuote\\WebDav\\WebDavServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"SingleQuote\\WebDav\\": "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-webdav",
|
||||
"keywords": [
|
||||
"Flysystem",
|
||||
"WebDAV",
|
||||
"filesystem",
|
||||
"laravel"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/singlequote/laravel-webdav/issues",
|
||||
"source": "https://github.com/singlequote/laravel-webdav/tree/1.1.1"
|
||||
},
|
||||
"time": "2024-06-07T12:41:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-html",
|
||||
"version": "3.11.1",
|
||||
|
||||
Reference in New Issue
Block a user