Skip to content

Commit 2e80326

Browse files
OndraMJanos Pasztor
authored andcommitted
Upgrade PHPUnit to latest 4.6
1 parent 9ecb7bd commit 2e80326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facebook/webdriver",
3-
"description": "A php client for WebDriver",
3+
"description": "A PHP client for WebDriver",
44
"keywords": ["webdriver", "selenium", "php", "facebook"],
55
"homepage": "https://github.com/facebook/php-webdriver",
66
"type": "library",
@@ -14,7 +14,7 @@
1414
"php": ">=5.3.19"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "3.7.*"
17+
"phpunit/phpunit": "4.6.*"
1818
},
1919
"suggest": {
2020
"phpdocumentor/phpdocumentor": "2.*"

0 commit comments

Comments
 (0)