We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fad4e9 commit 5dabda1Copy full SHA for 5dabda1
composer.json
@@ -18,19 +18,25 @@
18
}
19
],
20
"require": {
21
- "php": ">=5.6.4",
22
- "illuminate/support": "5.4.*",
23
- "illuminate/filesystem": "5.4.*",
+ "php": ">=7.0.0",
+ "illuminate/support": "5.5.*",
+ "illuminate/filesystem": "5.5.*",
24
"phpseclib/phpseclib": "^2.0"
25
},
26
"require-dev": {
27
- "illuminate/console": "5.4.*",
+ "illuminate/console": "5.5.*",
28
"mockery/mockery": "~0.9.4",
29
"phpunit/phpunit": "~5.5"
30
31
+ "extra": {
32
+ "branch-alias": {
33
+ "dev-master": "5.5-dev"
34
+ }
35
+ },
36
"autoload": {
37
"psr-4": {
38
"Collective\\Remote\\": "src/"
39
- }
40
41
+ "minimum-stability": "dev"
42
0 commit comments