We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7a5a6 commit 387952cCopy full SHA for 387952c
composer.json
@@ -1,24 +1,11 @@
1
{
2
- "name": "spatie/laravel-query-builder",
+ "name": "kjsoftware/laravel-query-builder",
3
"description": "Easily build Eloquent queries from API requests",
4
"keywords": [
5
- "spatie",
+ "kjsoftware",
6
"laravel-query-builder"
7
],
8
- "homepage": "https://github.com/spatie/laravel-query-builder",
9
"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
- ],
22
"require": {
23
"php": "^8.2",
24
"illuminate/database": "^10.0|^11.0",
0 commit comments