Skip to content

Commit 39b81f4

Browse files
committed
Update dependency
1 parent aefa635 commit 39b81f4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "codingyu/ueditor",
33
"description": "UEditor extension for laravel-admin",
44
"type": "library",
5-
"keywords": ["laravel-admin", "extension", "ueditor"],
5+
"keywords": [
6+
"laravel-admin",
7+
"extension",
8+
"ueditor"
9+
],
610
"homepage": "https://github.com/codingyu/UEditor",
711
"license": "MIT",
812
"authors": [
@@ -14,7 +18,7 @@
1418
"require": {
1519
"php": ">=7.0.0",
1620
"encore/laravel-admin": "~1.6",
17-
"overtrue/laravel-ueditor": "~1.0"
21+
"codingyu/laravel-ueditor": "~2.0"
1822
},
1923
"require-dev": {
2024
"phpunit/phpunit": "~6.0"
@@ -29,7 +33,6 @@
2933
"providers": [
3034
"Codingyu\\Ueditor\\UeditorServiceProvider"
3135
]
32-
3336
}
3437
}
35-
}
38+
}

0 commit comments

Comments
 (0)