Skip to content

Commit

Permalink
Downgrade phpunit, add param types
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Aug 30, 2018
1 parent db05b3c commit b271ea7
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- php: 7.1
env: RUN_PHPCS="yes" RUN_PHPMD="yes" RUN_COVERALLS="yes"
- php: 7.2
- php: hhvm-3.24
- php: hhvm
- php: nightly
allow_failures:
- php: nightly
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lib-openssl": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.3",
"phpunit/phpunit": "6.*",
"squizlabs/php_codesniffer": "^3.3",
"phpmd/phpmd": "^2.6",
"phpdocumentor/phpdocumentor": "^2.9",
Expand Down
Loading

0 comments on commit b271ea7

Please sign in to comment.