wip
This commit is contained in:
151
composer.lock
generated
151
composer.lock
generated
@@ -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": "080f37bf6161786b9084d839177d7e34",
|
||||
"content-hash": "72940f1cdfb2570167bdb444d8b28b15",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@@ -1148,74 +1148,6 @@
|
||||
],
|
||||
"time": "2023-10-12T05:21:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "geowrgetudor/disk-metrics",
|
||||
"version": "1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/geowrgetudor/disk-metrics.git",
|
||||
"reference": "a6323b0ceae580c95b91b9181449678bc92afd04"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/geowrgetudor/disk-metrics/zipball/a6323b0ceae580c95b91b9181449678bc92afd04",
|
||||
"reference": "a6323b0ceae580c95b91b9181449678bc92afd04",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "^10.0",
|
||||
"laravel/pulse": "^1.0@beta",
|
||||
"php": "^8.1",
|
||||
"spatie/laravel-package-tools": "^1.14.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.0",
|
||||
"nunomaduro/collision": "^7.8",
|
||||
"orchestra/testbench": "^8.8",
|
||||
"pestphp/pest": "^2.20",
|
||||
"pestphp/pest-plugin-arch": "^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^2.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Geow\\DiskMetrics\\DiskMetricsServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"DiskMetrics": "Geow\\DiskMetrics\\Facades\\DiskMetrics"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Geow\\DiskMetrics\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "George Tudor",
|
||||
"email": "georgebitq@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Monitor disk size, file & directory count for Laravel Pulse",
|
||||
"homepage": "https://github.com/geowrgetudor/disk-metrics",
|
||||
"keywords": [
|
||||
"disk-metrics",
|
||||
"laravel",
|
||||
"pulse"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/geowrgetudor/disk-metrics/issues",
|
||||
"source": "https://github.com/geowrgetudor/disk-metrics/tree/1.2"
|
||||
},
|
||||
"time": "2023-12-06T10:46:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "graham-campbell/result-type",
|
||||
"version": "v1.1.2",
|
||||
@@ -3133,6 +3065,60 @@
|
||||
],
|
||||
"time": "2024-01-26T14:25:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maantje/pulse-database",
|
||||
"version": "v0.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/maantje/pulse-database.git",
|
||||
"reference": "ec5408a4357923294412d3d12dd86951e19ec60f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/maantje/pulse-database/zipball/ec5408a4357923294412d3d12dd86951e19ec60f",
|
||||
"reference": "ec5408a4357923294412d3d12dd86951e19ec60f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "*",
|
||||
"laravel/pulse": "^1.0.0@beta",
|
||||
"php": "^8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.5.0",
|
||||
"orchestra/testbench": "^8",
|
||||
"phpunit/phpunit": "^10"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Maantje\\Pulse\\Database\\DatabaseServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Maantje\\Pulse\\Database\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jamie Schouten",
|
||||
"email": "j4mie@hey.com"
|
||||
}
|
||||
],
|
||||
"description": "A Laravel Pulse card for database status",
|
||||
"support": {
|
||||
"issues": "https://github.com/maantje/pulse-database/issues",
|
||||
"source": "https://github.com/maantje/pulse-database/tree/v0.1.0"
|
||||
},
|
||||
"time": "2023-12-10T21:55:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "3.5.0",
|
||||
@@ -3760,11 +3746,17 @@
|
||||
},
|
||||
{
|
||||
"name": "nurmuhammet/nova-custom-html",
|
||||
"version": "dev-main",
|
||||
"version": "1.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nurmuhammet-ali/nova-custom-html.git",
|
||||
"reference": "d8d424b54d254f93ff838cb15772c443dfbac8fd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "/Users/nurmuhammetallanov/code/package-development/laravel/nova/custom-html",
|
||||
"reference": "d48cce3deb162a0ef18f279dd92083c8588e74e1"
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nurmuhammet-ali/nova-custom-html/zipball/d8d424b54d254f93ff838cb15772c443dfbac8fd",
|
||||
"reference": "d8d424b54d254f93ff838cb15772c443dfbac8fd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.3|^8.0"
|
||||
@@ -3782,6 +3774,7 @@
|
||||
"Nurmuhammet\\NovaCustomHtml\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
@@ -3790,9 +3783,11 @@
|
||||
"laravel",
|
||||
"nova"
|
||||
],
|
||||
"transport-options": {
|
||||
"relative": false
|
||||
}
|
||||
"support": {
|
||||
"issues": "https://github.com/nurmuhammet-ali/nova-custom-html/issues",
|
||||
"source": "https://github.com/nurmuhammet-ali/nova-custom-html/tree/1.0.10"
|
||||
},
|
||||
"time": "2024-01-26T20:59:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nurmuhammet/nova-inputmask",
|
||||
@@ -12225,8 +12220,8 @@
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"eolica/nova-locale-switcher": 20,
|
||||
"outl1ne/nova-grid": 20,
|
||||
"laravel/pulse": 10
|
||||
"laravel/pulse": 10,
|
||||
"outl1ne/nova-grid": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
|
||||
Reference in New Issue
Block a user