Skip to content

Commit 4234487

Browse files
committed
updated phpunit version
1 parent 76bbbae commit 4234487

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.lock
22
composer.phar
3-
vendor/
3+
vendor/
4+
.idea

Lambdatest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"name" => "Sample PHP Test",
3636
"platform" => "Windows 10",
3737
"browserName" => "Chrome",
38-
"version" => "88.0"
38+
"version" => "142.0"
3939
);
4040

4141
try{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php-webdriver/webdriver": "dev-main",
4-
"phpunit/phpunit-selenium": "^8.0.0"
4+
"phpunit/phpunit-selenium": "^9.0.1"
55
},
66
"scripts": {
77
"test": "php Lambdatest.php"

0 commit comments

Comments
 (0)