Skip to content

Commit

Permalink
Fix #9: Update composer version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 17, 2015
1 parent 33a8384 commit 76fb54b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version 1.2.0
- if set to `false` or null/empty this widget will not be connected to any other sortable widget.
- if set to `true`, this widget will be connected to all other sortable widgets on the page with `connected` property set to `true`.
- if set to a string - this widget will be connected with other sortable widgets matching the same connected string value.
- (enh #9): Set composer version dependencies.

version 1.1.0
=============
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
"keywords": ["yii2", "extension", "widget", "sortable", "range", "jquery", "bootstrap"],
"homepage": "https://github.com/kartik-v/yii2-sortable",
"type": "yii2-extension",
"license": "BSD 3-Clause",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Kartik Visweswaran",
"email": "[email protected]",
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "dev",
"require": {
"kartik-v/yii2-krajee-base": "*"
"kartik-v/yii2-krajee-base": "1.7~"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 76fb54b

Please sign in to comment.