Skip to content

Commit

Permalink
Merge pull request #14 from robertmain/phpunit-7-compatibility
Browse files Browse the repository at this point in the history
PHPUnit 7 compatibility
  • Loading branch information
jakubhomoly authored Feb 25, 2018
2 parents c9c7e0f + 74fd9a6 commit 7cecb56
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php
php:
- 7.0
- 7.1
- 7.2
install:
- composer install
script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform:
clone_folder: c:\projects\phpunit-detailed-printer
environment:
matrix:
- php_version: 7.0
- php_version: 7.1
- php_version: 7.2
## Cache composer, chocolatey and php bits
cache:
- '%LOCALAPPDATA%\Composer\files -> composer.lock'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
},
"require-dev": {
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7cecb56

Please sign in to comment.