Skip to content

Commit a9fbb01

Browse files
committed
[6.x] support Laravel 10.x
1 parent 350b3c5 commit a9fbb01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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-8 package for working with trees in relational databases.
88

9-
* **Laravel 8.0** is supported since v6
9+
* **Laravel 8.0, 9.0, 10.0** is supported since v6
1010
* **Laravel 5.7, 5.8, 6.0, 7.0** is supported since v5
1111
* **Laravel 5.5, 5.6** is supported since v4.3
1212
* **Laravel 5.2, 5.3, 5.4** is supported since v4

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": "^7.2.5|^8.0",
16-
"illuminate/support": "^7.0|^8.0|^9.0",
17-
"illuminate/database": "^7.0|^8.0|^9.0",
18-
"illuminate/events": "^7.0|^8.0|^9.0"
16+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
17+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
18+
"illuminate/events": "^7.0|^8.0|^9.0|^10.0"
1919
},
2020

2121
"autoload": {

0 commit comments

Comments
 (0)