Merge pull request #45 from singpolyma/new-phpseclib-breaks-us

Seems phpseclib 2.0.3 breaks us
This commit is contained in:
Stephen Paul Weber 2017-04-08 11:38:02 -05:00 committed by GitHub
commit a61fb279c3
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@ php:
# - nightly
env:
- PHPSECLIB="^2.0"
- PHPSECLIB="2.0.0"
- PHPSECLIB="2.0.1"
- PHPSECLIB="2.0.2"
before_script: 'sed -i "s/\"phpseclib\/phpseclib\": \"[^\"]*/\"phpseclib\/phpseclib\": \"$PHPSECLIB/" composer.json && composer install --prefer-source --dev'

View File

@ -13,7 +13,7 @@
}
],
"require": {
"phpseclib/phpseclib": "^2.0"
"phpseclib/phpseclib": ">=2.0.0 <2.0.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"