-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (37 loc) · 992 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
34
35
36
37
{
"name": "xearts/symfony-ux-ckeditor5",
"description": "Provides a CKEditor integration for symfony ux.",
"type": "symfony-bundle",
"keywords": [
"ckeditor"
],
"authors": [
{
"name": "t.takabayash",
"email": "[email protected]"
}
],
"license": "MIT",
"autoload": {
"psr-4": {
"Xearts\\Symfony\\UX\\Ckeditor5\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"require": {
"php": ">=7.2.5",
"symfony/config": "^4.4.17|^5.0",
"symfony/dependency-injection": "^4.4.17|^5.0",
"symfony/form": "^4.4.17|^5.0",
"symfony/http-kernel": "^4.4.17|^5.0"
},
"require-dev": {
"symfony/framework-bundle": "^4.4.17|^5.0",
"symfony/phpunit-bridge": "^5.2",
"symfony/twig-bundle": "^4.4.17|^5.0",
"symfony/var-dumper": "^4.4.17|^5.0"
},
"minimum-stability": "dev"
}