Skip to content

Commit

Permalink
Tagging 5.1 Stable
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Engebretson <[email protected]>
  • Loading branch information
adamgoose committed Jun 18, 2015
1 parent 8957b4e commit bb0cdfb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm
Expand Down
20 changes: 9 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,26 @@
{
"name": "Taylor Otwell",
"email": "[email protected]"
},
{
"name": "Tom Shafer",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.1",
"illuminate/filesystem": "~5.1",
"php": ">=5.5.9",
"illuminate/support": "5.1.*",
"illuminate/filesystem": "5.1.*",
"phpseclib/phpseclib": "0.3.*"
},
"require-dev": {
"illuminate/console": "~5.0",
"illuminate/console": "5.1.*",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"Collective\\Remote\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit bb0cdfb

Please sign in to comment.