Skip to content

Commit 95f5839

Browse files
authored
Merge pull request #578 from jonnott/v6-l10
[6.x] support Laravel 10.x
2 parents 350b3c5 + a9fbb01 commit 95f5839

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.markdown

+1-1
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

+3-3
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)