-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.25 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
43
44
45
{
"name": "rekalogika/file-filepond",
"description": "Upload files using Symfony Form, FilePond, and the rekalogika/file framework",
"homepage": "https://rekalogika.dev/file-bundle",
"license": "MIT",
"type": "symfony-bundle",
"authors": [
{
"name": "Priyadi Iman Nurcahyo",
"email": "[email protected]"
}
],
"keywords": [
"file",
"filepond",
"file-upload",
"form",
"symfony-ux",
"symfony form",
"javascript"
],
"autoload": {
"psr-4": {
"Rekalogika\\File\\Bridge\\FilePond\\": "src/"
}
},
"require": {
"rekalogika/file": "^1.11",
"rekalogika/file-association-entity": "^1.11",
"rekalogika/file-bundle": "^1.11",
"rekalogika/file-contracts": "^1.11",
"rekalogika/file-image": "^1.11",
"rekalogika/file-server": "^1.11",
"rekalogika/file-symfony-bridge": "^1.11",
"rekalogika/temporary-url-bundle": "^1.3",
"symfony/form": "^6.2 || ^7.0",
"symfony/options-resolver": "^6.2 || ^7.0",
"symfony/stimulus-bundle": "^2.12"
},
"extra": {
"branch-alias": {
"dev-main": "1.12-dev"
}
}
}