Skip to content

Commit 5324ba5

Browse files
authored
fix readme (#10)
1 parent 40cad6c commit 5324ba5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.markdown

+8-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ It is a fork of [lazychaser/laravel-nestedset](https://github.com/lazychaser/lar
1010
* Routines respect a foreign key constraint on the parent-child-relation by taking care that changes to the tree are applied in the correct order.
1111
* The code does not fail if the model which uses `NoteTrait` does not directly extend `Model` but indirectly inherits `Model` via another parent class.
1212

13-
* **Laravel 8.0** is supported since v6
14-
* **Laravel 5.7, 5.8, 6.0, 7.0** is supported since v5
15-
* **Laravel 5.5, 5.6** is supported since v4.3
16-
* **Laravel 5.2, 5.3, 5.4** is supported since v4
17-
* **Laravel 5.1** is supported in v3
18-
* **Laravel 4** is supported in v2
13+
* **Laravel 9.0** is supported since v7
14+
* _**Laravel 8.0** is supported since v6.0.1_
15+
* _**Laravel 7.0** is supported since v5_
16+
* _**Laravel 5.7, 5.8, 6.0** is supported since v5_
17+
* _**Laravel 5.5, 5.6** is supported since v4.3_
18+
* _**Laravel 5.2, 5.3, 5.4** is supported since v4_
19+
* _**Laravel 5.1** is supported in v3_
20+
* _**Laravel 4** is supported in v2_
1921

2022
__Contents:__
2123

0 commit comments

Comments
 (0)