Skip to content

Commit 10732f1

Browse files
committed
Split off v5 branch to indicate BC for Laravel 5.7 and 5.8
1 parent 1f9bb95 commit 10732f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.markdown

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

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

9-
* **Laravel 5.5, 5.6, 5.7, 5.8** is supported since v4.3
9+
* **Laravel 5.7, 5.8** is supported since v5
10+
* **Laravel 5.5, 5.6** is supported since v4.3
1011
* **Laravel 5.2, 5.3, 5.4** is supported since v4
1112
* **Laravel 5.1** is supported in v3
1213
* **Laravel 4** is supported in v2

composer.json

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

3434
"extra": {
3535
"branch-alias": {
36-
"dev-master": "v4.2.x-dev"
36+
"dev-master": "v5.0.x-dev"
3737
},
3838

3939
"laravel": {

0 commit comments

Comments
 (0)