From dc4972d2e0fda2ce473524e78cf90305ae258e15 Mon Sep 17 00:00:00 2001 From: Levi Zoesch Date: Sat, 28 Oct 2023 15:52:56 -0700 Subject: [PATCH] remove for now. --- composer.json | 4 +- composer.lock | 304 +------------------------------------------------- 2 files changed, 3 insertions(+), 305 deletions(-) diff --git a/composer.json b/composer.json index b77c930..c07e3de 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,7 @@ "ext-curl": "*", "spatie/laravel-package-tools": "^1.4.3", "illuminate/contracts": "^8.0|^9.0|^10.0", - "levizoesch/laravelsetenvironment": "^1.0", - "livewire/livewire": "^3.0", - "rappasoft/laravel-livewire-tables": "v3.0.0-beta.10" + "levizoesch/laravelsetenvironment": "^1.0" }, "require-dev": { "brianium/paratest": "^4.0|^5.0|^6.0|^7.0", diff --git a/composer.lock b/composer.lock index 32de5be..b2af323 100644 --- a/composer.lock +++ b/composer.lock @@ -4,158 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a942972f66fc8808bad183f2b5d7365", + "content-hash": "52311da1f6695c25137907662fe7decb", "packages": [ - { - "name": "blade-ui-kit/blade-heroicons", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/blade-ui-kit/blade-heroicons.git", - "reference": "f756c807b0d04afd2caf7079bac26492da9cc6d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/blade-ui-kit/blade-heroicons/zipball/f756c807b0d04afd2caf7079bac26492da9cc6d4", - "reference": "f756c807b0d04afd2caf7079bac26492da9cc6d4", - "shasum": "" - }, - "require": { - "blade-ui-kit/blade-icons": "^1.1", - "illuminate/support": "^9.0|^10.0", - "php": "^8.0" - }, - "require-dev": { - "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "BladeUI\\Heroicons\\BladeHeroiconsServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "BladeUI\\Heroicons\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dries Vints", - "homepage": "https://driesvints.com" - } - ], - "description": "A package to easily make use of Heroicons in your Laravel Blade views.", - "homepage": "https://github.com/blade-ui-kit/blade-heroicons", - "keywords": [ - "Heroicons", - "blade", - "laravel" - ], - "support": { - "issues": "https://github.com/blade-ui-kit/blade-heroicons/issues", - "source": "https://github.com/blade-ui-kit/blade-heroicons/tree/2.1.0" - }, - "funding": [ - { - "url": "https://github.com/caneco", - "type": "github" - }, - { - "url": "https://github.com/driesvints", - "type": "github" - } - ], - "time": "2023-01-11T08:38:22+00:00" - }, - { - "name": "blade-ui-kit/blade-icons", - "version": "1.5.3", - "source": { - "type": "git", - "url": "https://github.com/blade-ui-kit/blade-icons.git", - "reference": "b5e6603218e2347ac81cb780bc6f71c8c3b31f5b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/blade-ui-kit/blade-icons/zipball/b5e6603218e2347ac81cb780bc6f71c8c3b31f5b", - "reference": "b5e6603218e2347ac81cb780bc6f71c8c3b31f5b", - "shasum": "" - }, - "require": { - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/filesystem": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/view": "^8.0|^9.0|^10.0", - "php": "^7.4|^8.0", - "symfony/console": "^5.3|^6.0", - "symfony/finder": "^5.3|^6.0" - }, - "require-dev": { - "mockery/mockery": "^1.3", - "orchestra/testbench": "^6.0|^7.0|^8.0", - "phpunit/phpunit": "^9.0" - }, - "bin": [ - "bin/blade-icons-generate" - ], - "type": "library", - "extra": { - "laravel": { - "providers": [ - "BladeUI\\Icons\\BladeIconsServiceProvider" - ] - } - }, - "autoload": { - "files": [ - "src/helpers.php" - ], - "psr-4": { - "BladeUI\\Icons\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dries Vints", - "homepage": "https://driesvints.com" - } - ], - "description": "A package to easily make use of icons in your Laravel Blade views.", - "homepage": "https://github.com/blade-ui-kit/blade-icons", - "keywords": [ - "blade", - "icons", - "laravel", - "svg" - ], - "support": { - "issues": "https://github.com/blade-ui-kit/blade-icons/issues", - "source": "https://github.com/blade-ui-kit/blade-icons" - }, - "funding": [ - { - "url": "https://github.com/sponsors/driesvints", - "type": "github" - }, - { - "url": "https://www.paypal.com/paypalme/driesvints", - "type": "paypal" - } - ], - "time": "2023-10-18T10:50:13+00:00" - }, { "name": "brick/math", "version": "0.11.0", @@ -1556,80 +1406,6 @@ }, "time": "2023-10-20T23:15:26+00:00" }, - { - "name": "livewire/livewire", - "version": "v3.0.10", - "source": { - "type": "git", - "url": "https://github.com/livewire/livewire.git", - "reference": "cae998aa9a474dc0de81869ab1536014c7b31a64" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/cae998aa9a474dc0de81869ab1536014c7b31a64", - "reference": "cae998aa9a474dc0de81869ab1536014c7b31a64", - "shasum": "" - }, - "require": { - "illuminate/database": "^10.0", - "illuminate/support": "^10.0", - "illuminate/validation": "^10.0", - "league/mime-type-detection": "^1.9", - "php": "^8.1", - "symfony/http-kernel": "^6.2" - }, - "require-dev": { - "calebporzio/sushi": "^2.1", - "laravel/framework": "^10.0", - "laravel/prompts": "^0.1.6", - "mockery/mockery": "^1.3.1", - "orchestra/testbench": "^8.0", - "orchestra/testbench-dusk": "^8.0", - "phpunit/phpunit": "^9.0", - "psy/psysh": "@stable" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Livewire\\LivewireServiceProvider" - ], - "aliases": { - "Livewire": "Livewire\\Livewire" - } - } - }, - "autoload": { - "files": [ - "src/helpers.php" - ], - "psr-4": { - "Livewire\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Caleb Porzio", - "email": "calebporzio@gmail.com" - } - ], - "description": "A front-end framework for Laravel.", - "support": { - "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.0.10" - }, - "funding": [ - { - "url": "https://github.com/livewire", - "type": "github" - } - ], - "time": "2023-10-18T11:18:12+00:00" - }, { "name": "monolog/monolog", "version": "3.5.0", @@ -2579,80 +2355,6 @@ ], "time": "2023-04-15T23:01:58+00:00" }, - { - "name": "rappasoft/laravel-livewire-tables", - "version": "v3.0.0-beta.10", - "source": { - "type": "git", - "url": "https://github.com/rappasoft/laravel-livewire-tables.git", - "reference": "cf20177c7033b935e73c9e8535b6d89521ff1f6c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rappasoft/laravel-livewire-tables/zipball/cf20177c7033b935e73c9e8535b6d89521ff1f6c", - "reference": "cf20177c7033b935e73c9e8535b6d89521ff1f6c", - "shasum": "" - }, - "require": { - "blade-ui-kit/blade-heroicons": "^2.1", - "illuminate/contracts": "^10.0|^11.0", - "livewire/livewire": "^3.0|dev-main", - "php": "^8.1|^8.2" - }, - "require-dev": { - "brianium/paratest": "^5.0|^6.0|^7.0|^8.0", - "ext-sqlite3": "*", - "laravel/pint": "^1.10", - "nunomaduro/collision": "^6.0|^7.0|^8.0", - "nunomaduro/larastan": "^2.6", - "orchestra/testbench": "^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.0|^10.0|^11.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Rappasoft\\LaravelLivewireTables\\LaravelLivewireTablesServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Rappasoft\\LaravelLivewireTables\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anthony Rappa", - "email": "rappa819@gmail.com", - "role": "Developer" - } - ], - "description": "A dynamic table component for Laravel Livewire", - "homepage": "https://github.com/rappasoft/laravel-livewire-tables", - "keywords": [ - "datatables", - "laravel", - "livewire", - "rappasoft", - "tables" - ], - "support": { - "issues": "https://github.com/rappasoft/laravel-livewire-tables/issues", - "source": "https://github.com/rappasoft/laravel-livewire-tables/tree/v3.0.0-beta.10" - }, - "funding": [ - { - "url": "https://github.com/rappasoft", - "type": "github" - } - ], - "time": "2023-10-27T22:00:40+00:00" - }, { "name": "spatie/laravel-package-tools", "version": "1.16.1", @@ -9664,9 +9366,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "rappasoft/laravel-livewire-tables": 10 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {