We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefa635 commit 39b81f4Copy full SHA for 39b81f4
composer.json
@@ -2,7 +2,11 @@
2
"name": "codingyu/ueditor",
3
"description": "UEditor extension for laravel-admin",
4
"type": "library",
5
- "keywords": ["laravel-admin", "extension", "ueditor"],
+ "keywords": [
6
+ "laravel-admin",
7
+ "extension",
8
+ "ueditor"
9
+ ],
10
"homepage": "https://github.com/codingyu/UEditor",
11
"license": "MIT",
12
"authors": [
@@ -14,7 +18,7 @@
14
18
"require": {
15
19
"php": ">=7.0.0",
16
20
"encore/laravel-admin": "~1.6",
17
- "overtrue/laravel-ueditor": "~1.0"
21
+ "codingyu/laravel-ueditor": "~2.0"
22
},
23
"require-dev": {
24
"phpunit/phpunit": "~6.0"
@@ -29,7 +33,6 @@
29
33
"providers": [
30
34
"Codingyu\\Ueditor\\UeditorServiceProvider"
31
35
]
32
-
36
}
37
-}
38
+}
0 commit comments