Skip to content

Commit f4e3a56

Browse files
committed
CHanged version constraints
1 parent 62ee7af commit f4e3a56

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 2.2.0
2+
3+
* Support Laravel 5
4+
5+
### 2.1.0
6+
7+
* Added `isChildOf`, `isAncestorOf`, `isSiblingOf` methods
8+
19
### 2.0.0
210

311
* Added `insertAfter`, `insertBefore` methods.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
"require": {
1515
"php": ">=5.4.0",
16-
"illuminate/support": "5.0.*",
17-
"illuminate/database": "5.0.*",
18-
"illuminate/events": "5.0.*"
16+
"illuminate/support": ">=4.1,<5.1.0",
17+
"illuminate/database": ">=4.1,<5.1.0",
18+
"illuminate/events": ">=4.1,<5.1.0"
1919
},
2020

2121
"autoload": { "psr-4": { "Kalnoy\\Nestedset\\": "src/" } }

0 commit comments

Comments
 (0)