Skip to content

Commit

Permalink
Update to PHPUnit 5 (#60)
Browse files Browse the repository at this point in the history
* Enable PHPUnit 5

* Use only PHPUnit 5
  • Loading branch information
MarioBlazek authored and andrerom committed Jun 20, 2017
1 parent 6a60876 commit 3a39c43
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 @@ -11,7 +11,7 @@
"require": {
"php": "^5.6|^7.0",
"ezsystems/ezpublish-kernel": "*",
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~5.0"
},
"autoload": {
"psr-0": {"EzSystems\\BehatBundle": ""}
Expand Down

0 comments on commit 3a39c43

Please sign in to comment.