Skip to content

Commit

Permalink
chore: reformat composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Jul 29, 2019
1 parent b4ac2ca commit 3981648
Showing 1 changed file with 38 additions and 34 deletions.
72 changes: 38 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,43 @@
{
"name": "artkost/yii2-trumbowyg",
"description": "The Trumbowyg WYSIWYG Editor widget for yii2 framework",
"type": "yii2-extension",
"keywords": [
"yii2",
"yii 2",
"trumbowyg",
"wysiwyg",
"widget"
],
"license": "MIT",
"authors": [{
"name": "Nikolay Kostyurin",
"email": "[email protected]"
},
{
"name": "A.Kustov",
"email": "[email protected]"
},
{
"name": "Alexandr Ivanov",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/artkost/yii2-trumbowyg/issues?state=open",
"source": "https://github.com/artkost/yii2-trumbowyg"
"name": "artkost/yii2-trumbowyg",
"description": "The Trumbowyg WYSIWYG Editor widget for yii2 framework",
"type": "yii2-extension",
"keywords": [
"yii2",
"yii 2",
"trumbowyg",
"wysiwyg",
"widget"
],
"license": "MIT",
"authors": [
{
"name": "Nikolay Kostyurin",
"email": "[email protected]",
"role": "Author"
},
"require": {
"yiisoft/yii2": "~2.0.0",
"npm-asset/trumbowyg": "2.18.0"
{
"name": "A.Kustov",
"email": "[email protected]",
"role": "Contributor"
},
"autoload": {
"psr-4": {
"artkost\\yii2\\trumbowyg\\": "src"
}
{
"name": "Alexandr Ivanov",
"email": "[email protected]",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/artkost/yii2-trumbowyg/issues?state=open",
"source": "https://github.com/artkost/yii2-trumbowyg"
},
"require": {
"yiisoft/yii2": "~2.0.0",
"npm-asset/trumbowyg": "2.18.0"
},
"autoload": {
"psr-4": {
"artkost\\yii2\\trumbowyg\\": "src"
}
}
}

0 comments on commit 3981648

Please sign in to comment.