-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathcomposer.json
43 lines (41 loc) · 1.02 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
{
"name": "serverfireteam/blog",
"description": "A nice blog system with laravel and laravelpanel",
"keywords": ["Laravel", "Blog","CMS","administrator", "admin", "backend"],
"license": "MIT",
"authors": [
{
"name": "siavash",
"email": "[email protected]"
},
{
"name": "Alireza Aboutalebi",
"email": "[email protected]"
},
{
"name": "Hamid Reza Salimian ",
"email": "[email protected]"
},
{
"name": "Alenoosh Baghoomian",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.2",
"serverfireteam/panel": "1.4.*"
},
"autoload": {
"classmap": [
"src/controllers",
"src/views",
"src/models",
"src/database/migrations"
],
"psr-0": {
"Serverfireteam\\Blog": "src/"
}
},
"minimum-stability": "dev"
}