Skip to content

Commit b86e189

Browse files
committed
Bump version
1 parent 0fa0491 commit b86e189

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313

1414
"require": {
1515
"php": ">=5.5.9",
16-
"illuminate/support": "~5.1.0",
17-
"illuminate/database": "~5.1.0",
18-
"illuminate/events": "~5.1.0"
16+
"illuminate/support": "5.1 - 5.2",
17+
"illuminate/database": "5.1 - 5.2",
18+
"illuminate/events": "5.1 - 5.2"
1919
},
2020

2121
"autoload": { "psr-4": { "Kalnoy\\Nestedset\\": "src/" } },
22+
2223
"require-dev": {
2324
"phpunit/phpunit": ">=4.8"
2425
}

0 commit comments

Comments
 (0)