-
Notifications
You must be signed in to change notification settings - Fork 144
/
composer.json
33 lines (32 loc) · 929 Bytes
/
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
{
"name": "serverfireteam/panel",
"description": "Admin panel for Laravel applications",
"keywords": ["LaravelPanel","Laravel", "Panel", "Crud", "Admin Panel","CMS","administrator", "admin", "backend"],
"license": "MIT",
"authors": [
{
"name": "Alireza Aboutalebi",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
"serverfireteam/rapyd-laravel" : "1.5.*",
"maatwebsite/excel": "~3.1.13",
"barryvdh/laravel-elfinder": "0.4.*"
},
"autoload": {
"classmap": [
"src/controllers",
"src/views",
"src/models",
"src/database/migrations",
"src/Serverfireteam/Panel/Commands"
],
"psr-0": {
"Serverfireteam\\Panel": "src/"
}
},
"minimum-stability": "dev"
}