Skip to content

Commit 34098be

Browse files
committed
add laravel database to composer required
1 parent e36bf69 commit 34098be

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "asemalalami/laravel-advanced-filter",
33
"description": "Laravel Advanced Filter",
4+
"keywords": [
5+
"laravel",
6+
"filter",
7+
"filters"
8+
],
49
"type": "project",
510
"license": "MIT",
611
"authors": [
@@ -21,7 +26,9 @@
2126
}
2227
},
2328
"require": {
24-
"ext-json": "*"
29+
"ext-json": "*",
30+
"illuminate/database": "^5.7|^6.0|^7.0|^8.0",
31+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0"
2532
},
2633
"require-dev": {
2734
"phpunit/phpunit": "8.5.x-dev",

0 commit comments

Comments
 (0)