forked from ckfinder/ckfinder-symfony-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 934 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": "ckfinder/ckfinder-symfony-bundle",
"description": "CKFinder bundle for Symfony",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "CKSource",
"homepage": "http://cksource.com"
}
],
"require": {
"php": ">=5.6.0",
"symfony/framework-bundle": "~3.0|~4.0|~5.0",
"symfony/form": "~3.0|~4.0|~5.0",
"symfony/console": "~3.0|~4.0|~5.0",
"symfony/mime": "~4.0|~5.0",
"pimple/pimple": "~3.0",
"monolog/monolog": "~1.4|~2.0",
"league/flysystem": "^1.1.8",
"league/flysystem-aws-s3-v3": "^1.0.24",
"league/flysystem-cached-adapter": "^1.0.7"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
},
"autoload": {
"psr-4": {
"CKSource\\Bundle\\CKFinderBundle\\": "",
"CKSource\\CKFinder\\": "_connector"
}
}
}