update pulse
This commit is contained in:
135
composer.lock
generated
135
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": "432db39f5c2293c6cc4d8599ccdeff9b",
|
||||
"content-hash": "9f216ae907952d6c2ee506c0abbc712c",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@@ -119,6 +119,71 @@
|
||||
],
|
||||
"time": "2023-09-23T21:17:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "denniseilander/pulse-about-application",
|
||||
"version": "0.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/denniseilander/pulse-about-application.git",
|
||||
"reference": "e7ebbef460952a709afca7a0258b310b9b6e8b0b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/denniseilander/pulse-about-application/zipball/e7ebbef460952a709afca7a0258b310b9b6e8b0b",
|
||||
"reference": "e7ebbef460952a709afca7a0258b310b9b6e8b0b",
|
||||
"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": [
|
||||
"Denniseilander\\AboutApplication\\AboutApplicationServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Denniseilander\\AboutApplication\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dennis Eilander",
|
||||
"email": "eilander.dennis@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.",
|
||||
"homepage": "https://github.com/denniseilander/pulse-about-application",
|
||||
"keywords": [
|
||||
"Dennis Eilander",
|
||||
"laravel",
|
||||
"pulse-about-application"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/denniseilander/pulse-about-application/issues",
|
||||
"source": "https://github.com/denniseilander/pulse-about-application/tree/0.1.1"
|
||||
},
|
||||
"time": "2023-12-04T20:42:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dflydev/dot-access-data",
|
||||
"version": "v3.0.2",
|
||||
@@ -1014,6 +1079,74 @@
|
||||
],
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user