build(deps): bump laravel/pulse from 1.0.0-beta2 to 1.0.0-beta7

Bumps [laravel/pulse](https://github.com/laravel/pulse) from 1.0.0-beta2 to 1.0.0-beta7.
- [Commits](https://github.com/laravel/pulse/compare/v1.0.0-beta2...v1.0.0-beta7)

---
updated-dependencies:
- dependency-name: laravel/pulse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-18 03:58:31 +00:00
committed by GitHub
parent 47f811f7d9
commit 75fddfeb50

77
composer.lock generated
View File

@@ -1887,16 +1887,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v10.35.0", "version": "v10.37.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "91ec2d92d2f6007e9084fe06438b99c91845da69" "reference": "996375dd61f8c6e4ac262b57ed485655d71fcbdc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/91ec2d92d2f6007e9084fe06438b99c91845da69", "url": "https://api.github.com/repos/laravel/framework/zipball/996375dd61f8c6e4ac262b57ed485655d71fcbdc",
"reference": "91ec2d92d2f6007e9084fe06438b99c91845da69", "reference": "996375dd61f8c6e4ac262b57ed485655d71fcbdc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2085,7 +2085,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2023-12-05T14:50:33+00:00" "time": "2023-12-13T20:10:58+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@@ -2146,35 +2146,35 @@
}, },
{ {
"name": "laravel/pulse", "name": "laravel/pulse",
"version": "v1.0.0-beta2", "version": "v1.0.0-beta7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pulse.git", "url": "https://github.com/laravel/pulse.git",
"reference": "1de2604de554c6a0c8c29f706615b4e30995628d" "reference": "1f2d6667b4a68ea4780a149677757193ed692702"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pulse/zipball/1de2604de554c6a0c8c29f706615b4e30995628d", "url": "https://api.github.com/repos/laravel/pulse/zipball/1f2d6667b4a68ea4780a149677757193ed692702",
"reference": "1de2604de554c6a0c8c29f706615b4e30995628d", "reference": "1f2d6667b4a68ea4780a149677757193ed692702",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/sql-formatter": "^1.1", "doctrine/sql-formatter": "^1.1",
"guzzlehttp/promises": "^1.0 || ^2.0", "guzzlehttp/promises": "^1.0 || ^2.0",
"illuminate/auth": "^9.0 || ^10.0", "illuminate/auth": "^10.21",
"illuminate/cache": "^9.0 || ^10.0", "illuminate/cache": "^10.21",
"illuminate/config": "^9.0 || ^10.0", "illuminate/config": "^10.21",
"illuminate/console": "^9.0 || ^10.0", "illuminate/console": "^10.21",
"illuminate/contracts": "^9.0 || ^10.0", "illuminate/contracts": "^10.21",
"illuminate/database": "^9.0 || ^10.0", "illuminate/database": "^10.21",
"illuminate/events": "^9.0 || ^10.0", "illuminate/events": "^10.21",
"illuminate/http": "^9.0 || ^10.0", "illuminate/http": "^10.21",
"illuminate/queue": "^9.0 || ^10.0", "illuminate/queue": "^10.21",
"illuminate/redis": "^9.0 || ^10.0", "illuminate/redis": "^10.21",
"illuminate/routing": "^9.0 || ^10.0", "illuminate/routing": "^10.21",
"illuminate/support": "^9.0 || ^10.0", "illuminate/support": "^10.21",
"illuminate/view": "^9.0 || ^10.0", "illuminate/view": "^10.21",
"livewire/livewire": "^3.0", "livewire/livewire": "^3.2",
"nesbot/carbon": "^2.67", "nesbot/carbon": "^2.67",
"php": "^8.1" "php": "^8.1"
}, },
@@ -2184,11 +2184,11 @@
"require-dev": { "require-dev": {
"guzzlehttp/guzzle": "^7.7", "guzzlehttp/guzzle": "^7.7",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"orchestra/testbench": "^8.0", "orchestra/testbench": "^8.16",
"pestphp/pest": "^2.0", "pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.2", "pestphp/pest-plugin-laravel": "^2.2",
"phpstan/phpstan": "^1.11", "phpstan/phpstan": "^1.11",
"predis/predis": "^2.2" "predis/predis": "^1.0 || ^2.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -2219,6 +2219,7 @@
"email": "taylor@laravel.com" "email": "taylor@laravel.com"
} }
], ],
"description": "Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.",
"homepage": "https://github.com/laravel/pulse", "homepage": "https://github.com/laravel/pulse",
"keywords": [ "keywords": [
"laravel" "laravel"
@@ -2227,7 +2228,7 @@
"issues": "https://github.com/laravel/pulse/issues", "issues": "https://github.com/laravel/pulse/issues",
"source": "https://github.com/laravel/pulse" "source": "https://github.com/laravel/pulse"
}, },
"time": "2023-12-01T18:46:10+00:00" "time": "2023-12-13T00:05:37+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
@@ -2820,16 +2821,16 @@
}, },
{ {
"name": "livewire/livewire", "name": "livewire/livewire",
"version": "v3.2.2", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/livewire.git", "url": "https://github.com/livewire/livewire.git",
"reference": "c5366279aeb10f75bb358032bb832702e3d0d35a" "reference": "7c1f609515e74ef1197c08e56a5606571b3ec1d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/c5366279aeb10f75bb358032bb832702e3d0d35a", "url": "https://api.github.com/repos/livewire/livewire/zipball/7c1f609515e74ef1197c08e56a5606571b3ec1d9",
"reference": "c5366279aeb10f75bb358032bb832702e3d0d35a", "reference": "7c1f609515e74ef1197c08e56a5606571b3ec1d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2882,7 +2883,7 @@
"description": "A front-end framework for Laravel.", "description": "A front-end framework for Laravel.",
"support": { "support": {
"issues": "https://github.com/livewire/livewire/issues", "issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v3.2.2" "source": "https://github.com/livewire/livewire/tree/v3.3.0"
}, },
"funding": [ "funding": [
{ {
@@ -2890,7 +2891,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-11-29T17:43:29+00:00" "time": "2023-12-11T18:04:00+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@@ -9330,16 +9331,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.24.4", "version": "1.24.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496" "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc",
"reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496", "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9371,9 +9372,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.4" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.5"
}, },
"time": "2023-11-26T18:29:22+00:00" "time": "2023-12-16T09:33:33+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",