Skip to content

Commit f9c8edf

Browse files
committed
Merge branch 'develop'
2 parents 43c686c + 59baff5 commit f9c8edf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ script:
1818
- vendor/bin/robo test:coverage-codeclimate
1919
after_script:
2020
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
21-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"consolidation/robo": "~1.0",
99
"php": ">=5.5.0",
10-
"phpseclib/phpseclib": ">=2.0.6 <2.0.8",
10+
"phpseclib/phpseclib": "^2.0.9",
1111
"backup-manager/backup-manager": "^1.1"
1212
},
1313
"require-dev": {

0 commit comments

Comments
 (0)