Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
Add author. Reformat code into 2 space indentation.
Add branch-alias.
  • Loading branch information
thecodeholic committed Jan 10, 2017
1 parent 40bcbc0 commit f9d6879
Showing 1 changed file with 34 additions and 18 deletions.
52 changes: 34 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,38 @@
{
"name": "omcrn/yii2-owl-carousel",
"description": "Simple owl carousel widget for yii2 ",
"type": "yii2-extension",
"keywords": ["owl","owl-carousel","widget","assetBundle","yii2","extension"],
"license": "MIT",
"authors": [
{
"name": "Guga Grigolia",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"bower-asset/owl.carousel": "^v2.0.0"
"name": "omcrn/yii2-owl-carousel",
"description": "Simple owl carousel widget for yii2 ",
"type": "yii2-extension",
"keywords": [
"owl",
"owl-carousel",
"widget",
"assetBundle",
"yii2",
"extension"
],
"license": "MIT",
"authors": [
{
"name": "Guga Grigolia",
"email": "[email protected]"
},
"autoload": {
"psr-4": {
"omicronsoft\\owlcarousel\\": ""
}
{
"name": "Zura Sekhniashvili",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"bower-asset/owl.carousel1": "*"
},
"autoload": {
"psr-4": {
"omicronsoft\\owlcarousel\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}

0 comments on commit f9d6879

Please sign in to comment.