Merge pull request #3885 from coollabsio/livewire

chore: Update livewire/livewire dependency to version 3.4.9
This commit is contained in:
Andras Bacsai
2024-10-11 17:43:49 +02:00
committed by GitHub
5 changed files with 15 additions and 17 deletions

View File

@@ -24,7 +24,7 @@
"lcobucci/jwt": "^5.0.0",
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-sftp-v3": "^3.0",
"livewire/livewire": "3.5.2",
"livewire/livewire": "3.4.9",
"log1x/laravel-webfonts": "^1.0",
"lorisleiva/laravel-actions": "^2.7",
"nubs/random-name-generator": "^2.2",

21
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": "e6b8a44dc3fbcd52d0d5b17628efac99",
"content-hash": "c47adf3684eb727e22503937435c0914",
"packages": [
{
"name": "amphp/amp",
@@ -4402,16 +4402,16 @@
},
{
"name": "livewire/livewire",
"version": "v3.5.2",
"version": "v3.4.9",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "636725c1f87bc7844dd80277488268db27eec1aa"
"reference": "c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/636725c1f87bc7844dd80277488268db27eec1aa",
"reference": "636725c1f87bc7844dd80277488268db27eec1aa",
"url": "https://api.github.com/repos/livewire/livewire/zipball/c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0",
"reference": "c65b3f0798ab2c9338213ede3588c3cdf4e6fcc0",
"shasum": ""
},
"require": {
@@ -4421,16 +4421,15 @@
"illuminate/validation": "^10.0|^11.0",
"league/mime-type-detection": "^1.9",
"php": "^8.1",
"symfony/console": "^6.0|^7.0",
"symfony/http-kernel": "^6.2|^7.0"
},
"require-dev": {
"calebporzio/sushi": "^2.1",
"laravel/framework": "^10.15.0|^11.0",
"laravel/framework": "^10.0|^11.0",
"laravel/prompts": "^0.1.6",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^8.21.0|^9.0",
"orchestra/testbench-dusk": "^8.24|^9.1",
"orchestra/testbench": "8.20.0|^9.0",
"orchestra/testbench-dusk": "8.20.0|^9.0",
"phpunit/phpunit": "^10.4",
"psy/psysh": "^0.11.22|^0.12"
},
@@ -4466,7 +4465,7 @@
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v3.5.2"
"source": "https://github.com/livewire/livewire/tree/v3.4.9"
},
"funding": [
{
@@ -4474,7 +4473,7 @@
"type": "github"
}
],
"time": "2024-07-03T17:22:45+00:00"
"time": "2024-03-14T14:03:32+00:00"
},
{
"name": "log1x/laravel-webfonts",

View File

@@ -7,7 +7,7 @@ return [
// The release version of your application
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
'release' => '4.0.0-beta.359',
'release' => '4.0.0-beta.360',
// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),

View File

@@ -1,4 +1,3 @@
<?php
return '4.0.0-beta.359';
return '4.0.0-beta.360';

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.359"
"version": "4.0.0-beta.360"
},
"nightly": {
"version": "4.0.0-beta.360"
"version": "4.0.0-beta.361"
},
"helper": {
"version": "1.0.2"