Skip to content

Commit bb0cdfb

Browse files
committed
Tagging 5.1 Stable
Signed-off-by: Adam Engebretson <[email protected]>
1 parent 8957b4e commit bb0cdfb

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- hhvm

composer.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,26 @@
1111
{
1212
"name": "Taylor Otwell",
1313
"email": "[email protected]"
14+
},
15+
{
16+
"name": "Tom Shafer",
17+
"email": "[email protected]"
1418
}
1519
],
1620
"require": {
17-
"php": ">=5.4.0",
18-
"illuminate/support": "~5.1",
19-
"illuminate/filesystem": "~5.1",
21+
"php": ">=5.5.9",
22+
"illuminate/support": "5.1.*",
23+
"illuminate/filesystem": "5.1.*",
2024
"phpseclib/phpseclib": "0.3.*"
2125
},
2226
"require-dev": {
23-
"illuminate/console": "~5.0",
27+
"illuminate/console": "5.1.*",
2428
"mockery/mockery": "~0.9",
2529
"phpunit/phpunit": "~4.0"
2630
},
2731
"autoload": {
2832
"psr-4": {
2933
"Collective\\Remote\\": "src/"
3034
}
31-
},
32-
"extra": {
33-
"branch-alias": {
34-
"dev-master": "5.1-dev"
35-
}
36-
},
37-
"minimum-stability": "dev"
35+
}
3836
}

0 commit comments

Comments
 (0)