-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.13 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
{
"name": "elemenx/cir-framework-skeleton",
"description": "elemenx cir framework skeleton",
"keywords": [
"elemenx", "cir", "cir framework skeleton"
],
"type": "library",
"require": {
"php": "^7.4 || ^8.0",
"ajcastro/eager-load-pivot-relations": "^0.2.2",
"elemenx/laravel-api-pagination": "^0.1.6",
"kalnoy/nestedset": "^6.0",
"illuminate/auth": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"maatwebsite/excel": "^3.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Elemenx\\CirFrameworkSkeleton\\": "src/"
}
},
"authors": [
{
"name": "dongdong",
"email": "dongdong@elemenx.com"
}
],
"extra": {
"laravel": {
"providers": [
"Elemenx\\CirFrameworkSkeleton\\CirFrameworkSkeletonServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}