Test support for all newer versions of phpseclib

It seems only 2.0.8 is broken
This commit is contained in:
Stephen Paul Weber 2018-07-25 10:32:41 -05:00
parent 724d5b16f3
commit d756110821
2 changed files with 9 additions and 2 deletions

View File

@ -9,11 +9,18 @@ php:
dist: trusty dist: trusty
env: env:
- PHPSECLIB='^2.0 !=2.0.8'
- PHPSECLIB="2.0.0" - PHPSECLIB="2.0.0"
- PHPSECLIB="2.0.1" - PHPSECLIB="2.0.1"
- PHPSECLIB="2.0.2" - PHPSECLIB="2.0.2"
- PHPSECLIB="2.0.3" - PHPSECLIB="2.0.3"
- PHPSECLIB="2.0.4" - PHPSECLIB="2.0.4"
- PHPSECLIB="2.0.5"
- PHPSECLIB="2.0.6"
- PHPSECLIB="2.0.7"
- PHPSECLIB="2.0.9"
- PHPSECLIB="2.0.10"
- PHPSECLIB="2.0.11"
matrix: matrix:
allow_failures: allow_failures:

View File

@ -13,10 +13,10 @@
} }
], ],
"require": { "require": {
"phpseclib/phpseclib": ">=2.0.0 <=2.0.4" "phpseclib/phpseclib": "^2.0 !=2.0.8"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~5.0" "phpunit/phpunit": "^5.0"
}, },
"suggest": { "suggest": {
"ext-mcrypt": "required if you use encryption cast5" "ext-mcrypt": "required if you use encryption cast5"