Skip to content

Commit

Permalink
Downgrades PHPUnit to 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Mar 22, 2018
1 parent ba1a9fc commit ac9d8b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": ">=5.6",
"phpunit/phpunit": ">=6.5@stable",
"behat/behat": ">=2.4@stable",
"behat/mink": ">=1.4@stable",
"phpunit/phpunit": "^6.5@stable",
"behat/behat": "2.*@stable",
"behat/mink": "1.*@stable",
"behat/mink-extension": "*"
},
"autoload": {
Expand Down

0 comments on commit ac9d8b6

Please sign in to comment.