forked from filamentphp/spatie-laravel-media-library-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 701 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
{
"name": "filament/spatie-laravel-media-library-plugin",
"description": "Filament support for `spatie/laravel-medialibrary`.",
"license": "MIT",
"homepage": "https://github.com/filamentphp/filament",
"support": {
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"require": {
"php": "^8.1",
"illuminate/support": "^10.0",
"spatie/laravel-medialibrary": "^10.0"
},
"autoload": {
"psr-4": {
"Filament\\": "src"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}