update
This commit is contained in:
parent
3048257137
commit
26f4630a17
2 changed files with 76 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
"laravel/framework": "^10.10",
|
||||
"laravel/sanctum": "^3.3",
|
||||
"laravel/tinker": "^2.8",
|
||||
"leandrocfe/filament-apex-charts": "^3.1",
|
||||
"mkocansey/bladewind": "^2.4",
|
||||
"nwidart/laravel-modules": "^10.0",
|
||||
"outerweb/filament-settings": "^1.2",
|
||||
|
|
76
web/composer.lock
generated
76
web/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": "9f748437ecff6698cdfefdbced955164",
|
||||
"content-hash": "bb37d9fbda9151cc830ea85df5e6d431",
|
||||
"packages": [
|
||||
{
|
||||
"name": "acmephp/core",
|
||||
|
@ -3938,6 +3938,80 @@
|
|||
],
|
||||
"time": "2024-03-23T07:42:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "leandrocfe/filament-apex-charts",
|
||||
"version": "3.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/leandrocfe/filament-apex-charts.git",
|
||||
"reference": "5278aefd1e5bb65ecf784824f77ab9ca74f55ff0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/leandrocfe/filament-apex-charts/zipball/5278aefd1e5bb65ecf784824f77ab9ca74f55ff0",
|
||||
"reference": "5278aefd1e5bb65ecf784824f77ab9ca74f55ff0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"filament/filament": "^3.0",
|
||||
"illuminate/contracts": "^9.0|^10.0|^11.0",
|
||||
"livewire/livewire": "^3.0",
|
||||
"php": "^8.1|^8.2",
|
||||
"spatie/laravel-package-tools": "^1.13.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"larastan/larastan": "^2.0.1",
|
||||
"laravel/pint": "^1.0",
|
||||
"nunomaduro/collision": "^6.0|^7.0|^8.0",
|
||||
"orchestra/testbench": "8.14|^9.0",
|
||||
"pestphp/pest": "^1.21",
|
||||
"pestphp/pest-plugin-laravel": "^1.1",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||||
"phpstan/phpstan-phpunit": "^1.0",
|
||||
"phpunit/phpunit": "^9.5|^10.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Leandrocfe\\FilamentApexCharts\\FilamentApexChartsServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"FilamentApexCharts": "Leandrocfe\\FilamentApexCharts\\Facades\\FilamentApexCharts"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Leandrocfe\\FilamentApexCharts\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Leandro Costa Ferreira",
|
||||
"email": "leandrocfe@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Apex Charts integration for Filament PHP.",
|
||||
"homepage": "https://github.com/leandrocfe/filament-apex-charts",
|
||||
"keywords": [
|
||||
"apexcharts",
|
||||
"filament-apex-charts",
|
||||
"laravel",
|
||||
"leandrocfe"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/leandrocfe/filament-apex-charts/issues",
|
||||
"source": "https://github.com/leandrocfe/filament-apex-charts/tree/3.1.3"
|
||||
},
|
||||
"time": "2024-03-17T12:41:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "livewire/livewire",
|
||||
"version": "v3.4.10",
|
||||
|
|
Loading…
Reference in a new issue