-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.12 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
{
"name": "teebbstudios/tuieditor-bundle",
"description": "This bundle integration tui.editor for your Symfony project.",
"type": "symfony-bundle",
"license": "MIT",
"keywords": [
"tui.editor",
"markdown"
],
"authors": [
{
"name": "Quan Weiwei",
"email": "crazypro@live.cn"
}
],
"require": {
"php": "^7.1",
"ext-zip": "*",
"symfony/asset": "^3.4 || ^4.0",
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/expression-language": "^3.4 || ^4.0",
"symfony/form": "^3.4 || ^4.0",
"symfony/framework-bundle": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/options-resolver": "^3.4 || ^4.0",
"symfony/property-access": "^3.4 || ^4.0",
"symfony/routing": "^3.4 || ^4.0",
"symfony/twig-bundle": "^3.4 || ^4.0",
"twig/twig": "^2.0"
},
"autoload": {
"psr-4": {
"Teebb\\TuiEditorBundle\\": "src/"
}
}
}