Skip to content

Commit 8f2882b

Browse files
authored
Merge pull request #307 from bonzai/v4
Support Laravel 5.7
2 parents e8b6883 + 82c543b commit 8f2882b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 4.3.3
2+
* Support Laravel 5.7
3+
14
### 4.3.2
25
* Support Laravel 5.6
36
* Added `nestedSet` and `dropNestedSet` blueprint macros

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This is a Laravel 4-5 package for working with trees in relational databases.
88

9-
* **Laravel 5.5, 5.6** is supported since v4.3
9+
* **Laravel 5.5, 5.6, 5.7** is supported since v4.3
1010
* **Laravel 5.2, 5.3, 5.4** is supported since v4
1111
* **Laravel 5.1** is supported in v3
1212
* **Laravel 4** is supported in v2

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.5.9",
16-
"illuminate/support": "5.2 - 5.6",
17-
"illuminate/database": "5.2 - 5.6",
18-
"illuminate/events": "5.2 - 5.6"
16+
"illuminate/support": "5.2 - 5.7",
17+
"illuminate/database": "5.2 - 5.7",
18+
"illuminate/events": "5.2 - 5.7"
1919
},
2020

2121
"autoload": {

0 commit comments

Comments
 (0)