Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
creocoder committed Mar 19, 2015
1 parent c301ea8 commit e17086f
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,44 @@
{
"name": "2amigos/yii2-switch-widget",
"description": "Bootstrap Switch widget for Yii2.",
"keywords": ["yii", "extension", "widget", "switch"],
"description": "The bootstrap switch widget for the Yii framework",
"keywords": [
"yii2",
"switch"
],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"homepage": "https://github.com/2amigos/yii2-selectize-widget",
"authors": [
{
"name": "Antonio Ramirez",
"email": "[email protected]",
"homepage": "http://2amigos.us"
"homepage": "http://2amigos.us/"
},
{
"name": "Alexander Kochetov",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"yiisoft/yii2": "*"
"yiisoft/yii2": "~2.0.0",
"bower-asset/bootstrap-switch": "~3.3.2"
},
"require-dev": {
"phpunit/phpunit" : "~4.0"
},
"autoload": {
"psr-4": {
"dosamigos\\switchinput\\": ""
"dosamigos\\switchinput\\": "src"
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}
}

0 comments on commit e17086f

Please sign in to comment.