Skip to content

Commit 387952c

Browse files
authored
Update composer.json
1 parent 2e7a5a6 commit 387952c

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

composer.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
11
{
2-
"name": "spatie/laravel-query-builder",
2+
"name": "kjsoftware/laravel-query-builder",
33
"description": "Easily build Eloquent queries from API requests",
44
"keywords": [
5-
"spatie",
5+
"kjsoftware",
66
"laravel-query-builder"
77
],
8-
"homepage": "https://github.com/spatie/laravel-query-builder",
98
"license": "MIT",
10-
"support": {
11-
"issues": "https://github.com/spatie/laravel-query-builder/issues",
12-
"source": "https://github.com/spatie/laravel-query-builder"
13-
},
14-
"authors": [
15-
{
16-
"name": "Alex Vanderbist",
17-
"email": "[email protected]",
18-
"homepage": "https://spatie.be",
19-
"role": "Developer"
20-
}
21-
],
229
"require": {
2310
"php": "^8.2",
2411
"illuminate/database": "^10.0|^11.0",

0 commit comments

Comments
 (0)