Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.3.3
* Support Laravel 5.7

### 4.3.2
* Support Laravel 5.6
* Added `nestedSet` and `dropNestedSet` blueprint macros
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

* **Laravel 5.5, 5.6** is supported since v4.3
* **Laravel 5.5, 5.6, 5.7** is supported since v4.3
* **Laravel 5.2, 5.3, 5.4** is supported since v4
* **Laravel 5.1** is supported in v3
* **Laravel 4** is supported in v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

"require": {
"php": ">=5.5.9",
"illuminate/support": "5.2 - 5.6",
"illuminate/database": "5.2 - 5.6",
"illuminate/events": "5.2 - 5.6"
"illuminate/support": "5.2 - 5.7",
"illuminate/database": "5.2 - 5.7",
"illuminate/events": "5.2 - 5.7"
},

"autoload": {
Expand Down