Skip to content

Commit 76fb54b

Browse files
committed
Fix #9: Update composer version dependencies
1 parent 33a8384 commit 76fb54b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version 1.2.0
88
- if set to `false` or null/empty this widget will not be connected to any other sortable widget.
99
- if set to `true`, this widget will be connected to all other sortable widgets on the page with `connected` property set to `true`.
1010
- if set to a string - this widget will be connected with other sortable widgets matching the same connected string value.
11+
- (enh #9): Set composer version dependencies.
1112

1213
version 1.1.0
1314
=============

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
"keywords": ["yii2", "extension", "widget", "sortable", "range", "jquery", "bootstrap"],
55
"homepage": "https://github.com/kartik-v/yii2-sortable",
66
"type": "yii2-extension",
7-
"license": "BSD 3-Clause",
7+
"license": "BSD-3-Clause",
88
"authors": [
99
{
1010
"name": "Kartik Visweswaran",
1111
"email": "kartikv2@gmail.com",
1212
"homepage": "http://www.krajee.com/"
1313
}
1414
],
15-
"minimum-stability": "dev",
1615
"require": {
17-
"kartik-v/yii2-krajee-base": "*"
16+
"kartik-v/yii2-krajee-base": "1.7~"
1817
},
1918
"autoload": {
2019
"psr-4": {

0 commit comments

Comments
 (0)