forked from UKWebMedia/JonlilCKFinderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 889 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
{
"name": "jonlil/ckfinder-bundle",
"type": "symfony-bundle",
"description": "",
"keywords": ["CKFinder", "CKEditor"],
"authors": [
{
"name": "Jonas Liljestrand",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": ">=2.1",
"symfony/assetic-bundle": ">=2.1",
"egeloen/ckeditor-bundle": "2.2.*@dev",
"jonlil/ckfinder": "2.3.1"
},
"require-dev": {
"phpunit/phpunit": "*",
"symfony/validator": "*",
"symfony/twig-bundle": ">=2.1",
"symfony/browser-kit": ">=2.3,<2.4-dev",
"symfony/css-selector": "~2.3"
},
"autoload": {
"psr-0": { "Jonlil\\CKFinderBundle": "" }
},
"target-dir": "Jonlil/CKFinderBundle",
"version": "2.2.0"
}