-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathcomposer.json
31 lines (31 loc) · 874 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
{
"name": "rimorsoft/rimback",
"description": "CMS base for the community of web programmers Rimorsoft Online.",
"keywords": ["laravel", "admin", "panel", "cms", "rimorsoft"],
"type": "library",
"require": {
"cviebrock/eloquent-sluggable": "^4.4",
"creativeorange/gravatar": "^1.0",
"suin/php-rss-writer": "^1.6",
"laravelcollective/html": "^5.5",
"uxweb/sweet-alert": "^1.4",
"caffeinated/shinobi": "^3.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.1",
"phpunit/phpunit": "^6.5"
},
"license": "MIT",
"authors": [
{
"name": "Italo Morales F",
"email": "[email protected]"
}
],
"minimum-stability": "alpha",
"autoload": {
"psr-4": {
"Rimorsoft\\Rimback\\": "src/"
}
}
}