-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
36 lines (36 loc) · 819 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": "zakurdaev/yii2-editorjs-widget",
"description": "Use editor.js in form. Module for Yii2",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"version": "1.0.0",
"homepage": "https://github.com/zakurdaev/yii2-editorjs-widget",
"authors": [
{
"name": "Andrey Zakurdaev",
"email": "andrey@zakurdaev.pro"
}
],
"keywords": [
"editor.js",
"redactor",
"wysiwyg",
"yii2",
"yii 2",
"yii2 widget"
],
"support": {
"issues": "https://github.com/zakurdaev/yii2-editorjs-widget/issues?state=open",
"source": "https://github.com/zakurdaev/yii2-editorjs-widget"
},
"require": {
"php": ">=7.0",
"yiisoft/yii2": "~2.0.0",
"codex-team/editor.js": "*"
},
"autoload": {
"psr-4": {
"zakurdaev\\editorjs\\": "src"
}
}
}