Merge pull request #15341 from mauriciofauth/facebook-webdriver

Require facebook/webdriver 1.7.1
This commit is contained in:
Deven Bansod 2019-06-18 09:58:41 +05:30 committed by GitHub
commit 7e475c8faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,15 +80,15 @@
"samyoul/u2f-php-server": "For FIDO U2F authentication"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
"codacy/coverage": "^1.3.0",
"squizlabs/php_codesniffer": "^3.0",
"tecnickcom/tcpdf": "^6.2",
"pragmarx/google2fa-qrcode": "^1.0.1",
"samyoul/u2f-php-server": "^1.1",
"facebook/webdriver": "^1.7.1",
"phpmyadmin/coding-standard": "^1.0",
"phpstan/phpstan": "^0.11.5",
"facebook/webdriver": "~1.6.0"
"phpunit/phpunit": "^7.5 || ^8.0",
"pragmarx/google2fa-qrcode": "^1.0.1",
"samyoul/u2f-php-server": "^1.1",
"squizlabs/php_codesniffer": "^3.0",
"tecnickcom/tcpdf": "^6.2"
},
"extra": {
"branch-alias": {