From 1cfb63ab604abc594d505675a49287dafde80477 Mon Sep 17 00:00:00 2001 From: Dwi Swandhana Date: Wed, 4 Mar 2026 17:45:11 +0700 Subject: [PATCH] update --- htdocs/composer.json | 3 +- htdocs/composer.lock | 89 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 90 insertions(+), 2 deletions(-) diff --git a/htdocs/composer.json b/htdocs/composer.json index 80cde6e5..32e619a6 100644 --- a/htdocs/composer.json +++ b/htdocs/composer.json @@ -22,7 +22,8 @@ "picqer/php-barcode-generator": "^3.2", "setasign/fpdi": "^2.6", "simplesoftwareio/simple-qrcode": "^4.2", - "spatie/laravel-backup": "^9.3" + "spatie/laravel-backup": "^9.3", + "yajra/laravel-datatables-oracle": "^10.11" }, "require-dev": { "fakerphp/faker": "^1.9.1", diff --git a/htdocs/composer.lock b/htdocs/composer.lock index 0dfb2f44..9381bd36 100644 --- a/htdocs/composer.lock +++ b/htdocs/composer.lock @@ -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": "e96c20c1dce9b88d6f0872ba701599ca", + "content-hash": "22c48f025e8e682420fe5c8bb1eb55e3", "packages": [ { "name": "aamdsam/bridging-bpjs", @@ -8282,6 +8282,93 @@ } ], "time": "2024-11-21T01:49:47+00:00" + }, + { + "name": "yajra/laravel-datatables-oracle", + "version": "v10.11.4", + "source": { + "type": "git", + "url": "https://github.com/yajra/laravel-datatables.git", + "reference": "a11dc9cf5ec7f7dc68ad0d5959c5e7aec0af29a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/a11dc9cf5ec7f7dc68ad0d5959c5e7aec0af29a5", + "reference": "a11dc9cf5ec7f7dc68ad0d5959c5e7aec0af29a5", + "shasum": "" + }, + "require": { + "illuminate/database": "^9|^10", + "illuminate/filesystem": "^9|^10", + "illuminate/http": "^9|^10", + "illuminate/support": "^9|^10", + "illuminate/view": "^9|^10", + "php": "^8.0.2" + }, + "require-dev": { + "algolia/algoliasearch-client-php": "^3.4", + "larastan/larastan": "^2.4", + "laravel/scout": "^10.5", + "meilisearch/meilisearch-php": "^1.4", + "orchestra/testbench": "^8", + "yajra/laravel-datatables-html": "^9.3.4|^10" + }, + "suggest": { + "yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTables.", + "yajra/laravel-datatables-editor": "Plugin to use DataTables Editor (requires a license).", + "yajra/laravel-datatables-export": "Plugin for server-side exporting using livewire and queue worker.", + "yajra/laravel-datatables-fractal": "Plugin for server-side response using Fractal.", + "yajra/laravel-datatables-html": "Plugin for server-side HTML builder of dataTables." + }, + "type": "library", + "extra": { + "laravel": { + "aliases": { + "DataTables": "Yajra\\DataTables\\Facades\\DataTables" + }, + "providers": [ + "Yajra\\DataTables\\DataTablesServiceProvider" + ] + }, + "branch-alias": { + "dev-master": "10.x-dev" + } + }, + "autoload": { + "files": [ + "src/helper.php" + ], + "psr-4": { + "Yajra\\DataTables\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Arjay Angeles", + "email": "aqangeles@gmail.com" + } + ], + "description": "jQuery DataTables API for Laravel 4|5|6|7|8|9|10", + "keywords": [ + "datatables", + "jquery", + "laravel" + ], + "support": { + "issues": "https://github.com/yajra/laravel-datatables/issues", + "source": "https://github.com/yajra/laravel-datatables/tree/v10.11.4" + }, + "funding": [ + { + "url": "https://github.com/sponsors/yajra", + "type": "github" + } + ], + "time": "2024-02-28T05:00:23+00:00" } ], "packages-dev": [