Skip to content

Commit 5dabda1

Browse files
committed
Prep for 5.5
1 parent 8fad4e9 commit 5dabda1

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

composer.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,25 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=5.6.4",
22-
"illuminate/support": "5.4.*",
23-
"illuminate/filesystem": "5.4.*",
21+
"php": ">=7.0.0",
22+
"illuminate/support": "5.5.*",
23+
"illuminate/filesystem": "5.5.*",
2424
"phpseclib/phpseclib": "^2.0"
2525
},
2626
"require-dev": {
27-
"illuminate/console": "5.4.*",
27+
"illuminate/console": "5.5.*",
2828
"mockery/mockery": "~0.9.4",
2929
"phpunit/phpunit": "~5.5"
3030
},
31+
"extra": {
32+
"branch-alias": {
33+
"dev-master": "5.5-dev"
34+
}
35+
},
3136
"autoload": {
3237
"psr-4": {
3338
"Collective\\Remote\\": "src/"
3439
}
35-
}
40+
},
41+
"minimum-stability": "dev"
3642
}

0 commit comments

Comments
 (0)