|
@@ -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": "a81180ddf661b3bdca1e389601b002f7",
|
|
|
+ "content-hash": "71b37f0b21fd331d85701a14def36ca9",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "brick/math",
|
|
@@ -4155,6 +4155,61 @@
|
|
|
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
|
|
|
"time": "2023-12-08T13:03:43+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "tucker-eric/eloquentfilter",
|
|
|
+ "version": "3.2.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/tucker-eric/eloquentfilter/3.2.0/tucker-eric-eloquentfilter-3.2.0.zip",
|
|
|
+ "reference": "faaad783b7f23af7ba7e23baaa56d71af51504a9",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/config": "~6.0|~7.0|~8.0|~9.0|~10.0",
|
|
|
+ "illuminate/console": "~6.0|~7.0|~8.0|~9.0|~10.0",
|
|
|
+ "illuminate/database": "~6.0|~7.0|~8.0|~9.0|~10.0",
|
|
|
+ "illuminate/filesystem": "~6.0|~7.0|~8.0|~9.0|~10.0",
|
|
|
+ "illuminate/pagination": "~6.0|~7.0|~8.0|~9.0|~10.0",
|
|
|
+ "illuminate/support": "~6.0|~7.0|~8.0|~9.0|~10.0",
|
|
|
+ "php": ">=7.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.3",
|
|
|
+ "phpunit/phpunit": "^8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "EloquentFilter\\ServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "EloquentFilter\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Eric Tucker",
|
|
|
+ "email": "tucker.ericm@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An Eloquent way to filter Eloquent Models",
|
|
|
+ "keywords": [
|
|
|
+ "eloquent",
|
|
|
+ "filter",
|
|
|
+ "laravel",
|
|
|
+ "model",
|
|
|
+ "query",
|
|
|
+ "search"
|
|
|
+ ],
|
|
|
+ "time": "2023-02-07T18:34:53+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "vlucas/phpdotenv",
|
|
|
"version": "v5.6.0",
|