Skip to content

Commit

Permalink
Don't include vimeo/psalm in composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Sep 27, 2017
1 parent a2a8e87 commit 5da4d3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,37 @@ matrix:
- dist: precise
php: "5.3"
env: USE_PSALM=0
CHECK_MBSTRING=1
- dist: precise
php: "5.4"
env: USE_PSALM=0
CHECK_MBSTRING=1
- dist: precise
php: "5.5"
env: USE_PSALM=0
CHECK_MBSTRING=1
- dist: precise
php: "5.6"
env: USE_PSALM=1
CHECK_MBSTRING=1
- php: "7.0"
env: USE_PSALM=1
CHECK_MBSTRING=1
- php: "7.1"
env: USE_PSALM=1
CHECK_MBSTRING=1
- php: "7.2"
env: USE_PSALM=1
CHECK_MBSTRING=0
- php: "nightly"
env: USE_PSALM=1
CHECK_MBSTRING=0
- php: "hhvm"
env: USE_PSALM=1
CHECK_MBSTRING=1
- php: "master"
env: USE_PSALM=1
CHECK_MBSTRING=0
allow_failures:
- php: "hhvm"
- php: "master"
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "dev-master"
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
Expand Down

0 comments on commit 5da4d3c

Please sign in to comment.