Skip to content

Commit 51624de

Browse files
authored
Merge pull request #16 from onmotion/refactoring
fix composer json
2 parents 518458e + f83d894 commit 51624de

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
"name": "onmotion/yii2-widget-apexcharts",
33
"description": "Yii2 charts widget - wrapper for the ApexCharts.js",
44
"type": "yii2-extension",
5-
"keywords": ["yii2","extension","widget","chart","charts","apexcharts","diagram"],
5+
"keywords": [
6+
"yii2",
7+
"extension",
8+
"widget",
9+
"chart",
10+
"charts",
11+
"apexcharts",
12+
"diagram"
13+
],
614
"license": "MIT",
715
"authors": [
816
{
@@ -14,7 +22,7 @@
1422
],
1523
"require": {
1624
"php": ">=5.5.0",
17-
"yiisoft/yii2": ">=2.0.1",
25+
"yiisoft/yii2": ">=2.0.1"
1826
},
1927
"autoload": {
2028
"psr-4": {

0 commit comments

Comments
 (0)