forked from Arkounay/ux-media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 833 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
32
33
{
"name": "arkounay/ux-media",
"type": "symfony-bundle",
"description": "Async document upload form type using ArtgrisFileManager",
"keywords": [
"symfony-ux"
],
"license": "MIT",
"authors": [
{
"name": "Antonin M",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=8.0",
"symfony/flex": ">=1.3.1",
"symfony/form": ">=5.4.0",
"symfony/twig-bundle": ">=5.4.0",
"artgris/filemanager-bundle": "^2.10.0",
"gregwar/image": "2.*",
"arkounay/ux-collection": "^4.0.0"
},
"require-dev": {
"symfony/framework-bundle": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
"Arkounay\\Bundle\\UxMediaBundle\\": ""
}
}
}