-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
36 lines (36 loc) · 936 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
{
"name": "bizley/contenttools",
"type": "yii2-extension",
"description": "ContentTools editor implementation for Yii 2.",
"keywords": ["contenttools", "yii2", "extension", "widget", "editor", "wysiwyg", "html"],
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/bizley/yii2-content-tools/issues",
"source": "https://github.com/bizley/yii2-content-tools"
},
"authors": [
{
"name": "Pawel Bizley Brzozowski",
"email": "[email protected]"
}
],
"require": {
"bower-asset/contenttools": "^1.0",
"yiisoft/yii2": ">=2.0.5 <2.1.0",
"yiisoft/yii2-imagine": "^2.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"bizley\\contenttools\\": "src/"
}
}
}