diff --git a/composer.json b/composer.json index 288180d..3e5085d 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "require": { "php": "^7.2", "fideloper/proxy": "^4.0", + "freshbitsweb/laratables": "^2.1", "laravel/framework": "^6.2", "laravel/tinker": "^1.0" }, diff --git a/composer.lock b/composer.lock index e17b4d8..4520c26 100644 --- a/composer.lock +++ b/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": "fa503b104f700e4337a4bf209a56bc8a", + "content-hash": "5d3b179c5ab8cbb6316c5da50112af44", "packages": [ { "name": "dnoegel/php-xdg-base-dir", @@ -380,6 +380,58 @@ ], "time": "2019-09-03T16:45:42+00:00" }, + { + "name": "freshbitsweb/laratables", + "version": "v2.1.0", + "source": { + "type": "git", + "url": "https://github.com/freshbitsweb/laratables.git", + "reference": "2614faab89d5992fecdd4194c4135c2a4b6691a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/freshbitsweb/laratables/zipball/2614faab89d5992fecdd4194c4135c2a4b6691a2", + "reference": "2614faab89d5992fecdd4194c4135c2a4b6691a2", + "shasum": "" + }, + "require": { + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "php": "^7.2" + }, + "require-dev": { + "mockery/mockery": "^1.2", + "orchestra/testbench": "3.9.*", + "phpunit/phpunit": "^8.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Freshbitsweb\\Laratables\\LaratablesServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Freshbitsweb\\Laratables\\": "src/" + }, + "files": [ + "src/helpers.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gaurav Makhecha", + "email": "info@freshbits.in" + } + ], + "description": "Ajax support of DataTables for Laravel 5.5+", + "time": "2019-09-04T06:06:35+00:00" + }, { "name": "jakub-onderka/php-console-color", "version": "v0.2",