-
Notifications
You must be signed in to change notification settings - Fork 33
/
composer.json
43 lines (43 loc) · 1.26 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
{
"name": "ckfinder/ckfinder-symfony-bundle",
"description": "CKFinder bundle for Symfony",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "CKSource",
"homepage": "https://cksource.com"
}
],
"require": {
"php": ">=8.1.0",
"symfony/http-kernel": "^6.0|^7.0",
"symfony/event-dispatcher": "^6.0|^7.0",
"symfony/http-foundation": "^6.0|^7.0",
"symfony/framework-bundle": "^6.0|^7.0",
"symfony/form": "^6.0|^7.0",
"symfony/console": "^6.0|^7.0",
"symfony/mime": "^6.0|^7.0",
"symfony/yaml": "^6.0|^7.0",
"pimple/pimple": "~3.0",
"monolog/monolog": "^3.0",
"league/flysystem": "^3.0",
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-azure-blob-storage": "^3.0",
"spatie/flysystem-dropbox": "^2.0",
"league/flysystem-ftp": "^3.0",
"ext-json": "*",
"ext-gd": "*",
"ext-zip": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.11",
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
"CKSource\\Bundle\\CKFinderBundle\\": "",
"CKSource\\CKFinder\\": "_connector"
}
}
}