Skip to content

Commit 173280d

Browse files
committed
Bump laravel ver
1 parent f6f6d73 commit 173280d

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

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

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
"require": {
1515
"php": ">=7.1.3",
16-
"illuminate/support": "~5.7.0|~5.8.0|~6.0",
17-
"illuminate/database": "~5.7.0|~5.8.0|~6.0",
18-
"illuminate/events": "~5.7.0|~5.8.0|~6.0"
16+
"illuminate/support": "~5.7.0|~5.8.0|~6.0|~7.0",
17+
"illuminate/database": "~5.7.0|~5.8.0|~6.0|~7.0",
18+
"illuminate/events": "~5.7.0|~5.8.0|~6.0|~7.0"
1919
},
2020

2121
"autoload": {

0 commit comments

Comments
 (0)