Skip to content

Commit 351fab2

Browse files
authored
Merge pull request lazychaser#354 from billriess/v4
Support Laravel 5.8
2 parents 91601c3 + 1b3f916 commit 351fab2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 4.3.4
2+
* Support Laravel 5.8
3+
14
### 4.3.3
25
* Support Laravel 5.7
36

@@ -111,4 +114,4 @@
111114
### 1.1.0
112115

113116
* `Collection::toDictionary` is now obsolete. Use `Collection::groupBy`.
114-
* Laravel 4.2 is required
117+
* Laravel 4.2 is required

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

9-
* **Laravel 5.5, 5.6, 5.7** is supported since v4.3
9+
* **Laravel 5.5, 5.6, 5.7, 5.8** is supported since v4.3
1010
* **Laravel 5.2, 5.3, 5.4** is supported since v4
1111
* **Laravel 5.1** is supported in v3
1212
* **Laravel 4** is supported in v2

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": ">=5.5.9",
16-
"illuminate/support": "5.2 - 5.7",
17-
"illuminate/database": "5.2 - 5.7",
18-
"illuminate/events": "5.2 - 5.7"
16+
"illuminate/support": "5.2 - 5.8",
17+
"illuminate/database": "5.2 - 5.8",
18+
"illuminate/events": "5.2 - 5.8"
1919
},
2020

2121
"autoload": {

0 commit comments

Comments
 (0)