Skip to content

Commit

Permalink
Merge pull request #51 from markkimsal/features/php7-compat
Browse files Browse the repository at this point in the history
Update phpseclib to ver 2.0.6
  • Loading branch information
kohkimakimoto committed Jun 13, 2017
2 parents 88fa567 + 4d471e2 commit a30494e
Show file tree
Hide file tree
Showing 7 changed files with 644 additions and 356 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 7.0

before_script:
- composer install --dev --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"symfony/yaml": "2.5.*",
"symfony/finder": "2.5.*",
"symfony/process": "2.5.*",
"phpseclib/phpseclib": "0.3.*"
"phpseclib/phpseclib": "2.0.6"
},
"scripts": {
"post-install-cmd": [
Expand Down
Loading

0 comments on commit a30494e

Please sign in to comment.