-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·42 lines (42 loc) · 1.15 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
{
"name": "despark/igni-media",
"description": "Media package for laravel framework",
"keywords": ["framework", "laravel", "despark", "media", "igni"],
"license": "MIT",
"authors": [
{
"name": "Alexander Stoimenov",
"email": "[email protected]"
},
{
"name": "Ludmil Simeonov",
"email": "[email protected]"
},
{
"name": "Anton Geshev",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"despark/igni-core": "@dev",
"illuminate/support": "5.4.*",
"illuminate/routing": "5.4.*",
"illuminate/database": "5.4.*",
"spatie/laravel-medialibrary": "^5.0.0",
"barryvdh/laravel-elfinder": "^0.3.10",
"league/glide": "^1.2",
"league/glide-laravel": "^1.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.7",
"orchestra/database": "v3.4.0-BETA1"
},
"autoload": {
"psr-4": {
"Despark\\Cms\\Media\\": "src/"
}
},
"minimum-stability": "stable"
}