Skip to content

Commit

Permalink
PHP >7 allowed for 9.99.99
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Oct 15, 2020
1 parent 84b4dfb commit 996434e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -29,6 +29,12 @@ matrix:
- php: "7.2"
env: USE_PSALM=1
CHECK_MBSTRING=0
- php: "7.3"
env: USE_PSALM=1
CHECK_MBSTRING=0
- php: "7.4"
env: USE_PSALM=1
CHECK_MBSTRING=0
- php: "nightly"
env: USE_PSALM=1
CHECK_MBSTRING=0
Expand All @@ -45,7 +51,7 @@ matrix:
install:
- composer self-update
- composer install
- if [[ $USE_PSALM -eq 1 ]]; then composer require --dev "vimeo/psalm:^1"; fi
- if [[ $USE_PSALM -eq 1 ]]; then composer require --dev "vimeo/psalm:^0|^1|^2"; fi

script:
- vendor/bin/phpunit
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
"source": "https://github.com/paragonie/random_compat"
},
"require": {
"php": "^7"
"php": ">= 7"
},
"require-dev": {
"vimeo/psalm": "^1",
Expand Down

0 comments on commit 996434e

Please sign in to comment.