Skip to content

Commit 8957b4e

Browse files
committed
Prepare for 5.1
1 parent fde2707 commit 8957b4e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"require": {
1717
"php": ">=5.4.0",
18-
"illuminate/support": "~5.0",
19-
"illuminate/filesystem": "~5.0",
18+
"illuminate/support": "~5.1",
19+
"illuminate/filesystem": "~5.1",
2020
"phpseclib/phpseclib": "0.3.*"
2121
},
2222
"require-dev": {
@@ -28,5 +28,11 @@
2828
"psr-4": {
2929
"Collective\\Remote\\": "src/"
3030
}
31-
}
31+
},
32+
"extra": {
33+
"branch-alias": {
34+
"dev-master": "5.1-dev"
35+
}
36+
},
37+
"minimum-stability": "dev"
3238
}

0 commit comments

Comments
 (0)