-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 610 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "webfashionist/richtext",
"version": "1.1.6",
"description": "WYSIWYG editor developed as jQuery plugin",
"type": "library",
"license": "AGPL-3.0",
"keywords": ["wysiwyg", "editor", "jquery"],
"autoload": {
"psr-4": {"Webfashionist\\RichText\\yii2\\": "yii2/"}
},
"authors": [
{"name": "webfashionist"}
],
"prefer-stable": true,
"require": {
"npm-asset/fortawesome--fontawesome-free": "^5"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}