Skip to content

Commit 7b5e95d

Browse files
committed
Update dependencies
1 parent 404fbf1 commit 7b5e95d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

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

1414
"require": {
1515
"php": ">=5.3.0",
16-
"illuminate/support": "4.1.*",
17-
"illuminate/database": "4.1.*"
16+
"illuminate/support": "~4.1.18",
17+
"illuminate/database": "~4.1.18"
1818
},
1919

2020
"require-dev": {
@@ -25,7 +25,5 @@
2525
"psr-0": {
2626
"Kalnoy\\Nestedset": "src/"
2727
}
28-
},
29-
30-
"minimum-stability": "dev"
28+
}
3129
}

0 commit comments

Comments
 (0)