-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
49 lines (49 loc) · 1.43 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "mpyw/compoships-eager-limit",
"description": "topclaudy/compoships + staudenmeir/eloquent-eager-limit",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "mpyw",
"email": "ryosuke_i_628@yahoo.co.jp",
"homepage": "https://github.com/mpyw"
},
{
"name": "Claudin J. Daniel",
"homepage": "https://github.com/topclaudy"
},
{
"name": "Jonas Staudenmeir",
"email": "mail@jonas-staudenmeir.de",
"homepage": "https://github.com/staudenmeir"
}
],
"keywords": ["compoships", "composite", "eloquent", "eager", "limit", "laravel", "database"],
"autoload": {
"psr-4": {
"Mpyw\\ComposhipsEagerLimit\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Mpyw\\ComposhipsEagerLimit\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.0",
"illuminate/database": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"awobaz/compoships": "^2.0.4",
"staudenmeir/eloquent-eager-limit": "^1.7.1"
},
"require-dev": {
"orchestra/testbench": "*",
"orchestra/testbench-core": ">=7.0",
"phpunit/phpunit": ">=9.5",
"nesbot/carbon": "^2.62.1",
"ext-json": "*"
},
"minimum-stability": "dev",
"prefer-stable": true
}