Skip to content

Commit

Permalink
Remove testing with PHPUnit 4 and add PHPUnit 6
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Oct 2, 2017
1 parent 2890a93 commit 8487332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ezsystems/ezpublish-kernel": "^6.11"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
"phpunit/phpunit": "^5.7|^6.0",
"netgen/ez-forms-bundle": "*"
},
"suggest": {
Expand Down

0 comments on commit 8487332

Please sign in to comment.