Add generic api schema and scripts model
This commit is contained in:
66
composer.lock
generated
66
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": "0e6fbc1b4cb99ff544ccd78faca75fd6",
|
||||
"content-hash": "3f7408ae004087437312ccf363afe9ba",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@@ -1053,6 +1053,70 @@
|
||||
],
|
||||
"time": "2025-08-22T14:27:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jantinnerezo/livewire-alert",
|
||||
"version": "v4.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jantinnerezo/livewire-alert.git",
|
||||
"reference": "5e0eeeb5eeec6429fc49eb66ecf1e6898b7e25c6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jantinnerezo/livewire-alert/zipball/5e0eeeb5eeec6429fc49eb66ecf1e6898b7e25c6",
|
||||
"reference": "5e0eeeb5eeec6429fc49eb66ecf1e6898b7e25c6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^10.0|^11.0|^12.0",
|
||||
"livewire/livewire": "^3.0",
|
||||
"php": "^8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.70",
|
||||
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||
"phpstan/phpstan": "^2.1",
|
||||
"phpunit/phpunit": "^9.5|^10.0|^11.5.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"aliases": {
|
||||
"LivewireAlert": "Jantinnerezo\\LivewireAlert\\LivewireAlert"
|
||||
},
|
||||
"providers": [
|
||||
"Jantinnerezo\\LivewireAlert\\LivewireAlertServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jantinnerezo\\LivewireAlert\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jantinn Erezo",
|
||||
"email": "erezojantinn@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "This package provides a simple alert utilities for your livewire components.",
|
||||
"homepage": "https://github.com/jantinnerezo/livewire-alert",
|
||||
"keywords": [
|
||||
"jantinnerezo",
|
||||
"livewire-alert"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/jantinnerezo/livewire-alert/issues",
|
||||
"source": "https://github.com/jantinnerezo/livewire-alert/tree/v4.0.6"
|
||||
},
|
||||
"time": "2025-07-13T10:49:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v12.26.4",
|
||||
|
||||
Reference in New Issue
Block a user