Skip to content

Commit 2b0bcc6

Browse files
committed
Allow Laravel 5.1
1 parent 186c4fc commit 2b0bcc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.4.0",
16-
"illuminate/support": ">=4.1,<5.1.0",
17-
"illuminate/database": ">=4.1,<5.1.0",
18-
"illuminate/events": ">=4.1,<5.1.0"
16+
"illuminate/support": ">=4.1,<5.2.0",
17+
"illuminate/database": ">=4.1,<5.2.0",
18+
"illuminate/events": ">=4.1,<5.2.0"
1919
},
2020

2121
"autoload": { "psr-4": { "Kalnoy\\Nestedset\\": "src/" } }

0 commit comments

Comments
 (0)