Skip to content

Commit

Permalink
Upgrade PHPUnit to latest 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed May 20, 2015
1 parent d78ed4e commit 56a0666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facebook/webdriver",
"description": "A php client for WebDriver",
"description": "A PHP client for WebDriver",
"keywords": ["webdriver", "selenium", "php", "facebook"],
"homepage": "https://github.com/facebook/php-webdriver",
"type": "library",
Expand All @@ -14,7 +14,7 @@
"php": ">=5.3.19"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "4.6.*"
},
"suggest": {
"phpdocumentor/phpdocumentor": "2.*"
Expand Down

0 comments on commit 56a0666

Please sign in to comment.