Skip to content

Commit

Permalink
Merge pull request #16 from onmotion/refactoring
Browse files Browse the repository at this point in the history
fix composer json
  • Loading branch information
onmotion authored Oct 30, 2020
2 parents 518458e + f83d894 commit 51624de
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
"name": "onmotion/yii2-widget-apexcharts",
"description": "Yii2 charts widget - wrapper for the ApexCharts.js",
"type": "yii2-extension",
"keywords": ["yii2","extension","widget","chart","charts","apexcharts","diagram"],
"keywords": [
"yii2",
"extension",
"widget",
"chart",
"charts",
"apexcharts",
"diagram"
],
"license": "MIT",
"authors": [
{
Expand All @@ -14,7 +22,7 @@
],
"require": {
"php": ">=5.5.0",
"yiisoft/yii2": ">=2.0.1",
"yiisoft/yii2": ">=2.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 51624de

Please sign in to comment.