modal fix?

This commit is contained in:
Andras Bacsai
2023-12-06 15:50:13 +01:00
parent 61efdfb7c1
commit ceedd5225f
13 changed files with 226 additions and 25 deletions

60
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": "2fdb48eb84a31346d8396443b34b0cb0",
"content-hash": "c1fc9357fddf5e7b23bb5d500c54fe29",
"packages": [
{
"name": "aws/aws-crt-php",
@@ -10222,6 +10222,64 @@
},
"time": "2022-06-03T18:03:27+00:00"
},
{
"name": "wire-elements/modal",
"version": "1.0.8",
"source": {
"type": "git",
"url": "https://github.com/wire-elements/modal.git",
"reference": "1019f423485afb6df0d1531d978e93d4ad0975fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wire-elements/modal/zipball/1019f423485afb6df0d1531d978e93d4ad0975fb",
"reference": "1019f423485afb6df0d1531d978e93d4ad0975fb",
"shasum": ""
},
"require": {
"livewire/livewire": "^2.0",
"php": "^7.4|^8.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"orchestra/testbench": "^6.15",
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"LivewireUI\\Modal\\LivewireModalServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"LivewireUI\\Modal\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Philo Hermans",
"email": "me@philohermans.com"
}
],
"description": "Laravel Livewire modal component",
"keywords": [
"laravel",
"livewire",
"modal"
],
"support": {
"issues": "https://github.com/wire-elements/modal/issues",
"source": "https://github.com/wire-elements/modal/tree/1.0.8"
},
"time": "2023-04-07T12:35:15+00:00"
},
{
"name": "yosymfony/parser-utils",
"version": "v2.0.0",