forked from classic-o/nova-media-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 685 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 685 Bytes
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
{
"name": "classic-o/nova-media-library",
"description": "Tool and field that will let you managing files and add them to the posts",
"keywords": ["laravel", "nova", "media", "gallery"],
"license": "MIT",
"require": {
"php": ">=7.1.0",
"intervention/image": "^2."
},
"autoload": {
"psr-4": {
"ClassicO\\NovaMediaLibrary\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"ClassicO\\NovaMediaLibrary\\ToolServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}