Skip to content

Commit

Permalink
Make PHPUnit run on PHP 7.2
Browse files Browse the repository at this point in the history
fix PHPUnit at 4.8.34 as the next version breaks our compatibility
Layer:
sebastianbergmann/phpunit@a55235c
  • Loading branch information
cebe committed Jul 18, 2017
1 parent 3c30fb4 commit 8ed4fac
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 203 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"bower-asset/yii2-pjax": "~2.0.1"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"phpunit/phpunit": "4.8.34",
"cebe/indent": "~1.0.2",
"friendsofphp/php-cs-fixer": "~2.2.3"
},
Expand Down

0 comments on commit 8ed4fac

Please sign in to comment.