Skip to content

Commit a67b18a

Browse files
committed
Support laravel 5.5
1 parent e6ab99f commit a67b18a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,23 @@
1313

1414
"require": {
1515
"php": ">=5.5.9",
16-
"illuminate/support": "5.2.* | 5.3.* | 5.4.*",
17-
"illuminate/database": "5.2.* | 5.3.* | 5.4.*",
18-
"illuminate/events": "5.2.* | 5.3.* | 5.4.*"
16+
"illuminate/support": "5.0 - 5.5",
17+
"illuminate/database": "5.0 - 5.5",
18+
"illuminate/events": "5.0 - 5.5"
1919
},
2020

21-
"autoload": {
22-
"psr-4": {
23-
"Kalnoy\\Nestedset\\": "src/"
24-
}
21+
"autoload": {
22+
"psr-4": {
23+
"Kalnoy\\Nestedset\\": "src/"
24+
}
2525
},
2626

2727
"require-dev": {
2828
"phpunit/phpunit": "4.8.*"
2929
},
3030

31+
"minimum-stability": "dev",
32+
3133
"extra": {
3234
"branch-alias": {
3335
"dev-master": "v4.2.x-dev"

0 commit comments

Comments
 (0)