bump livewire version

This commit is contained in:
Benjamin Beganović 2020-12-05 13:53:45 +01:00
parent 944a226977
commit 8280184425
2 changed files with 21 additions and 16 deletions

View File

@ -51,7 +51,7 @@
"league/flysystem-cached-adapter": "^1.1",
"league/fractal": "^0.17.0",
"league/omnipay": "^3.0",
"livewire/livewire": "^1.3",
"livewire/livewire": "^2.0",
"maennchen/zipstream-php": "^1.2",
"nwidart/laravel-modules": "^6.0",
"omnipay/paypal": "^3.0",

35
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": "ef60a891b86ee73c6f31b73f0e778e09",
"content-hash": "a96274475177046a99ed701ae4148a3d",
"packages": [
{
"name": "asgrim/ofxparser",
@ -3712,30 +3712,32 @@
},
{
"name": "livewire/livewire",
"version": "v1.3.5",
"version": "v2.3.5",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "b1673ff9fc78a3296ca4a3b0d1ca26da0a5cdf82"
"reference": "781a1250dc8eab9121fd856ff0b6efca8c32756f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/b1673ff9fc78a3296ca4a3b0d1ca26da0a5cdf82",
"reference": "b1673ff9fc78a3296ca4a3b0d1ca26da0a5cdf82",
"url": "https://api.github.com/repos/livewire/livewire/zipball/781a1250dc8eab9121fd856ff0b6efca8c32756f",
"reference": "781a1250dc8eab9121fd856ff0b6efca8c32756f",
"shasum": ""
},
"require": {
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/validation": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"php": "^7.1.3",
"symfony/http-kernel": "^4.0|^5.0"
"illuminate/database": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/validation": "^7.0|^8.0",
"php": "^7.2.5|^8.0",
"symfony/http-kernel": "^5.0"
},
"require-dev": {
"laravel/framework": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"calebporzio/sushi": "^2.1",
"laravel/framework": "^7.0|^8.0",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0",
"phpunit/phpunit": "^7.5.15|^8.4|^9.0",
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench-dusk": "^5.2|^6.0",
"phpunit/phpunit": "^8.4|^9.0",
"psy/psysh": "@stable"
},
"type": "library",
@ -3750,6 +3752,9 @@
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Livewire\\": "src/"
}
@ -3767,7 +3772,7 @@
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v1.3.5"
"source": "https://github.com/livewire/livewire/tree/v2.3.5"
},
"funding": [
{
@ -3775,7 +3780,7 @@
"type": "github"
}
],
"time": "2020-09-17T04:38:16+00:00"
"time": "2020-12-01T20:51:29+00:00"
},
{
"name": "maennchen/zipstream-php",